Home
last modified time | relevance | path

Searched refs:SLOT_ID (Results 1 – 11 of 11) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DNormalCallDomainSelectorTest.java77 private static final int SLOT_ID = 0; field in NormalCallDomainSelectorTest
128 mNormalCallDomainSelector = new NormalCallDomainSelector(mMockContext, SLOT_ID, SUB_ID_1, in setUp()
177 assertEquals(SLOT_ID, mNormalCallDomainSelector.getSlotId()); in testInit()
202 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_CALLING) in testDestroyedDuringActiveState()
228 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_CALLING) in testSelectDomainInputParams()
275 SLOT_ID, SubscriptionManager.INVALID_SUBSCRIPTION_ID, SELECTOR_TYPE_CALLING) in testSelectDomainInputParams()
296 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_UT) in testSelectDomainInputParams()
316 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_CALLING) in testSelectDomainInputParams()
343 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_CALLING) in testOutOfService()
377 SLOT_ID, SUB_ID_1, SELECTOR_TYPE_CALLING) in testDomainSelection()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkCmdReceiver.java56 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); in handleAction()
59 args.putInt(StkAppService.SLOT_ID, slot_id); in handleAction()
DToneDialog.java132 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
139 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendStopTone()
DStkDialogActivity.java305 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendResponse()
325 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
DStkMain.java99 args.putInt(StkAppService.SLOT_ID, slotId); in launchSTKMainMenu()
DStkAppService.java195 static final String SLOT_ID = "SLOT_ID"; field in StkAppService
348 slotId = args.getInt(SLOT_ID); in onStart()
1009 intent.putExtra(SLOT_ID, slotId); in handleSessionEnd()
1549 int slotId = intent.getIntExtra(SLOT_ID, SubscriptionManager.INVALID_SIM_SLOT_INDEX); in startActivity()
1596 newIntent.putExtra(SLOT_ID, slotId); in launchMenuActivity()
1615 newIntent.putExtra(SLOT_ID, slotId); in launchInputActivity()
1640 newIntent.putExtra(SLOT_ID, slotId); in launchTextDialog()
2050 newIntent.putExtra(SLOT_ID, slotId); in launchConfirmationDialog()
2208 newIntent.putExtra(SLOT_ID, slotId); in launchToneDialog()
2287 newIntent.putExtra(SLOT_ID, slotId); in playTone()
DStkMenuActivity.java419 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
472 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
DStkLauncherActivity.java224 args.putInt(StkAppService.SLOT_ID, slodId); in launchSTKMainMenu()
DStkInputActivity.java514 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
DImeiInfoDialogControllerTest.java61 private static final int SLOT_ID = 0; field in ImeiInfoDialogControllerTest
87 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID)); in setup()
98 mController = spy(new ImeiInfoDialogController(mDialog, SLOT_ID + 1)); in populateImeiInfo_invalidSlot_shouldSetNothing()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DImsEntitlementPollingServiceTest.java87 private static final int SLOT_ID = 0; field in ImsEntitlementPollingServiceTest
323 when(mSubscriptionInfo.getSimSlotIndex()).thenReturn(SLOT_ID); in setActivedSubscription()
344 bundle.putInt(JobManager.EXTRA_SLOT_ID, SLOT_ID); in setJobParameters()