Home
last modified time | relevance | path

Searched refs:SLOT_1 (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DDataConnectionStateHelperTest.java67 private static final int SLOT_1 = 1; field in DataConnectionStateHelperTest
185 callback.onCarrierConfigChanged(SLOT_1, SUB_2, 0, 0); in testCarrierConfigChanged()
273 callback.onCarrierConfigChanged(SLOT_1, SUB_2, 0, 0); in testDataConnectionStateChanged()
309 eq(SLOT_1), eq(TelephonyManager.DATA_CONNECTED)); in testDataConnectionStateChanged()
319 eq(SLOT_1), eq(TelephonyManager.DATA_DISCONNECTING)); in testDataConnectionStateChanged()
329 eq(SLOT_1), eq(TelephonyManager.DATA_DISCONNECTED)); in testDataConnectionStateChanged()
335 mContext.sendStickyBroadcast(getIntent(true, SLOT_1)); in testEmergencyCallbackModeEnter()
338 assertTrue(mEpdnHelper.isInEmergencyCallbackMode(SLOT_1)); in testEmergencyCallbackModeEnter()
DCrossSimRedialingControllerTest.java71 private static final int SLOT_1 = 1; field in CrossSimRedialingControllerTest
354 doReturn(SLOT_1).when(mEcds).getSlotId(); in testDefaultSlot0ThenSlot1()
376 doReturn(SLOT_1).when(mEcds).getSlotId(); in testDefaultSlot0PermThenSlot1Timeout()
403 doReturn(SLOT_1).when(mEcds).getSlotId(); in testDefaultSlot0TempThenSlot1Timeout()
430 doReturn(SLOT_1).when(mEcds).getSlotId(); in testDefaultSlot0TempThenSlot1TimeoutNotEmergencyNumber()
458 doReturn(SLOT_1).when(mEcds).getSlotId(); in testDefaultSlot0TempThenSlot1TimeoutPinLocked()
DDynamicRoutingControllerTest.java61 private static final int SLOT_1 = 1; field in DynamicRoutingControllerTest
103 when(mPhoneFactoryProxy.getPhone(eq(SLOT_1))).thenReturn(mPhone1); in setUp()
105 when(mPhone1.getPhoneId()).thenReturn(SLOT_1); in setUp()
/packages/services/Telephony/tests/src/com/android/phone/
DImsStateCallbackControllerTest.java85 private static final int SLOT_1 = 1; field in ImsStateCallbackControllerTest
514 mImsStateCallbackController.notifyCarrierConfigChanged(SLOT_1); in testCarrierConfigurationChanged()
540 mImsStateCallbackController.notifyCarrierConfigChanged(SLOT_1); in testCarrierConfigurationChanged()
556 mImsStateCallbackController.notifyCarrierConfigChanged(SLOT_1); in testCarrierConfigurationChanged()
557 mImsStateCallbackController.notifyCarrierConfigChanged(SLOT_1); in testCarrierConfigurationChanged()
580 mImsStateCallbackController.notifyCarrierConfigChanged(SLOT_1); in testCarrierConfigurationChanged()
637 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_1, false, true); in testMultiSubscriptions()
755 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_1, true, true); in testMultiSubscriptions()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DJumpTableTest.kt59 JumpTable("my_jump_table", MemorySlot.SLOT_1) in testValidSlotNumbers()
DBpf2Apf.java56 case 1: return MemorySlot.SLOT_1; in byIndex()
/packages/modules/NetworkStack/src/android/net/apf/
DDnsUtils.java51 private static final MemorySlot SLOT_DNS_HEADER_OFFSET = MemorySlot.SLOT_1;
DBaseApfGenerator.java882 SLOT_1(1), enumConstant