[API Review] APIs in SubscriptionManager

Bug: 146362772
Bug: 148180034
Test: atest SubscriptionControllerTest, TelephonyDatabaseHelperTest, TelephonyProviderTest
Change-Id: I7bb9b088f1a08aaac5b43f264a77272aa52d562d
This commit is contained in:
Peter Wang
2020-03-16 04:24:22 -07:00
parent b79e01680d
commit 4aeb063f75
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public class ContactDiscoveryPreferenceControllerTest {
private static final int TEST_SUB_ID = 2;
private static final Uri UCE_URI = Uri.withAppendedPath(Telephony.SimInfo.CONTENT_URI,
Telephony.SimInfo.IMS_RCS_UCE_ENABLED);
Telephony.SimInfo.COLUMN_IMS_RCS_UCE_ENABLED);
@Mock private ImsManager mImsManager;
@Mock private ImsRcsManager mImsRcsManager;