Merge "[API Review] APIs in SubscriptionManager" into rvc-dev am: 6c95bb5cf6
am: e85186f38e
am: b3bf9454eb
Change-Id: I3d7b3e535c496673cc63ccc528e6be3bcb308b71
This commit is contained in:
@@ -42,7 +42,7 @@ public class ContactDiscoveryPreferenceController extends TelephonyTogglePrefere
|
|||||||
implements LifecycleObserver {
|
implements LifecycleObserver {
|
||||||
private static final String TAG = "ContactDiscoveryPref";
|
private static final String TAG = "ContactDiscoveryPref";
|
||||||
private static final Uri UCE_URI = Uri.withAppendedPath(Telephony.SimInfo.CONTENT_URI,
|
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);
|
||||||
|
|
||||||
private ImsManager mImsManager;
|
private ImsManager mImsManager;
|
||||||
private CarrierConfigManager mCarrierConfigManager;
|
private CarrierConfigManager mCarrierConfigManager;
|
||||||
|
@@ -64,7 +64,7 @@ public class ContactDiscoveryPreferenceControllerTest {
|
|||||||
|
|
||||||
private static final int TEST_SUB_ID = 2;
|
private static final int TEST_SUB_ID = 2;
|
||||||
private static final Uri UCE_URI = Uri.withAppendedPath(Telephony.SimInfo.CONTENT_URI,
|
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 ImsManager mImsManager;
|
||||||
@Mock private ImsRcsManager mImsRcsManager;
|
@Mock private ImsRcsManager mImsRcsManager;
|
||||||
|
Reference in New Issue
Block a user