/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | NormalCallDomainSelectorTest.java | 77 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/ |
D | StkCmdReceiver.java | 56 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); in handleAction() 59 args.putInt(StkAppService.SLOT_ID, slot_id); in handleAction()
|
D | ToneDialog.java | 132 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent() 139 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendStopTone()
|
D | StkDialogActivity.java | 305 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendResponse() 325 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
|
D | StkMain.java | 99 args.putInt(StkAppService.SLOT_ID, slotId); in launchSTKMainMenu()
|
D | StkAppService.java | 195 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()
|
D | StkMenuActivity.java | 419 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent() 472 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
|
D | StkLauncherActivity.java | 224 args.putInt(StkAppService.SLOT_ID, slodId); in launchSTKMainMenu()
|
D | StkInputActivity.java | 514 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/ |
D | ImeiInfoDialogControllerTest.java | 61 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/ |
D | ImsEntitlementPollingServiceTest.java | 87 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()
|