Searched refs:SLOT_1_SUB_ID (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | ImsStateCallbackControllerTest.java | 88 private static final int SLOT_1_SUB_ID = 2; field in ImsStateCallbackControllerTest 148 when(mPhoneSlot1.getSubId()).thenReturn(SLOT_1_SUB_ID); in setUp() 452 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_RCS, mCallback1, "callback1"); in testCallbackRemovedWhenSubInfoChanged() 482 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_MMTEL, mCallback1, "callback1"); in testCarrierConfigurationChanged() 484 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_RCS, mCallback2, "callback2"); in testCarrierConfigurationChanged() 620 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_MMTEL, mCallback2, "callback2"); in testMultiSubscriptions() 622 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_RCS, mCallback3, "callback3"); in testMultiSubscriptions() 733 mMmTelConnectorListenerSlot1.getValue().connectionReady(null, SLOT_1_SUB_ID); in testMultiSubscriptions() 744 mRcsConnectorListenerSlot1.getValue().connectionReady(null, SLOT_1_SUB_ID); in testMultiSubscriptions()
|