Home
last modified time | relevance | path

Searched refs:SLOT_0 (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DEmergencyCallDomainSelectorTest.java154 private static final int SLOT_0 = 0; field in EmergencyCallDomainSelectorTest
336 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDestroyed()
364 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDomainPreferenceConfigurationError()
380 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, null); in testNullEmergencyRegistrationResult()
398 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantDomainSelectionFromInitialState()
432 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoUnexpectedTransportChangeFromInitialState()
452 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantScanRequestFromInitialState()
478 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantTerminationFromInitialState()
499 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredBarredSelectCs()
517 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPs()
[all …]
DTelephonyDomainSelectionServiceTest.java120 private static final int SLOT_0 = 0; field in TelephonyDomainSelectionServiceTest
205 SLOT_0, SUB_1, TEST_SELECTOR_TYPE) in testOnDomainSelection()
222 SLOT_0, SUB_1, INVALID_SELECTOR_TYPE) in testOnDomainSelectionWithInvalidSelectorType()
239 SLOT_0, SUB_1, TEST_SELECTOR_TYPE) in testOnDomainSelectionTwiceWithDestroy()
255 SLOT_0, SUB_2, TEST_SELECTOR_TYPE) in testOnDomainSelectionTwiceWithDestroy()
272 SLOT_0, SUB_1, TEST_SELECTOR_TYPE) in testOnDomainSelectionTwiceWithoutDestroy()
285 SLOT_0, SUB_2, TEST_SELECTOR_TYPE) in testOnDomainSelectionTwiceWithoutDestroy()
301 mDomainSelectionService.onServiceStateUpdated(SLOT_0, SUB_1, mServiceState); in testOnServiceStateUpdated()
309 mDomainSelectionService.onBarringInfoUpdated(SLOT_0, SUB_1, mBarringInfo); in testOnBarringInfoUpdated()
318 SLOT_0, SUB_1, TEST_SELECTOR_TYPE) in testOnDestroy()
[all …]
DDataConnectionStateHelperTest.java66 private static final int SLOT_0 = 0; field in DataConnectionStateHelperTest
173 callback.onCarrierConfigChanged(SLOT_0, SUB_1, 0, 0); in testCarrierConfigChanged()
213 callback.onCarrierConfigChanged(SLOT_0, SUB_1, 0, 0); in testSubscriptionChangedOnTheSameSlot()
228 callback.onCarrierConfigChanged(SLOT_0, SUB_2, 0, 0); in testSubscriptionChangedOnTheSameSlot()
258 callback.onCarrierConfigChanged(SLOT_0, SUB_1, 0, 0); in testDataConnectionStateChanged()
307 eq(SLOT_0), eq(TelephonyManager.DATA_CONNECTED)); in testDataConnectionStateChanged()
317 eq(SLOT_0), eq(TelephonyManager.DATA_DISCONNECTING)); in testDataConnectionStateChanged()
327 eq(SLOT_0), eq(TelephonyManager.DATA_DISCONNECTED)); in testDataConnectionStateChanged()
337 assertFalse(mEpdnHelper.isInEmergencyCallbackMode(SLOT_0)); in testEmergencyCallbackModeEnter()
344 mContext.sendStickyBroadcast(getIntent(false, SLOT_0)); in testEmergencyCallbackModeExit()
[all …]
DDynamicRoutingControllerTest.java60 private static final int SLOT_0 = 0; field in DynamicRoutingControllerTest
102 when(mPhoneFactoryProxy.getPhone(eq(SLOT_0))).thenReturn(mPhone0); in setUp()
104 when(mPhone0.getPhoneId()).thenReturn(SLOT_0); in setUp()
140 sendNetworkCountryChanged(SLOT_0, "zz"); in testEnabledCountryChanged()
145 sendNetworkCountryChanged(SLOT_0, "us"); in testEnabledCountryChanged()
158 sendNetworkCountryChanged(SLOT_0, "us"); in testDynamicRouting()
DDomainSelectorBaseTest.java71 private static final int SLOT_0 = 0; field in DomainSelectorBaseTest
89 mDomainSelector = new TestDomainSelectorBase(mContext, SLOT_0, SUB_1, mLooper, in setUp()
113 assertEquals(SLOT_0, mDomainSelector.getSlotId()); in testInit()
DSmsDomainSelectorTest.java61 private static final int SLOT_0 = 0; field in SmsDomainSelectorTest
70 new SelectionAttributes.Builder(SLOT_0, SUB_1, SELECTOR_TYPE_SMS).build();
85 mDomainSelector = new SmsDomainSelector(mContext, SLOT_0, SUB_1, in setUp()
DEmergencySmsDomainSelectorTest.java73 private static final int SLOT_0 = 0; field in EmergencySmsDomainSelectorTest
84 new SelectionAttributes.Builder(SLOT_0, SUB_1, SELECTOR_TYPE_SMS)
122 mDomainSelector = new EmergencySmsDomainSelector(mContext, SLOT_0, SUB_1, in setUp()
DImsStateTrackerTest.java74 private static final int SLOT_0 = 0; field in ImsStateTrackerTest
109 mImsStateTracker = new ImsStateTracker(mContext, SLOT_0, mLooper); in setUp()
131 assertEquals(SLOT_0, mImsStateTracker.getSlotId()); in testInit()
DCrossSimRedialingControllerTest.java70 private static final int SLOT_0 = 0; field in CrossSimRedialingControllerTest
134 doReturn(SLOT_0).when(mEcds).getSlotId(); in setUp()
/packages/services/Telephony/tests/src/com/android/phone/
DImsStateCallbackControllerTest.java84 private static final int SLOT_0 = 0; field in ImsStateCallbackControllerTest
313 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsConnectionUnavailable()
343 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsConnectionReady()
356 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testRcsConnectionReady()
371 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testRcsConnectionReady()
396 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, false); in testRcsHasNoActiveFeature()
426 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsIgnoreDuplicatedConsecutiveReason()
635 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testMultiSubscriptions()
722 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testMultiSubscriptions()
857 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testMmTelConnectionReadyWhenReEnableSim()
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DJumpTableTest.kt49 JumpTable(AtomicReference<String>(null).get(), MemorySlot.SLOT_0) in testNullStartLabel()
DBpf2Apf.java55 case 0: return MemorySlot.SLOT_0; in byIndex()
DApfTest.java650 gen.addLoadFromMemory(R0, MemorySlot.SLOT_0); in testApfInstructions()
/packages/modules/NetworkStack/src/android/net/apf/
DBaseApfGenerator.java881 SLOT_0(0), enumConstant