Home
last modified time | relevance | path

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

/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/Stk/src/com/android/stk/
DStkCmdReceiver.java57 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); in handleAction()
60 args.putInt(StkAppService.SLOT_ID, slot_id); in handleAction()
DToneDialog.java133 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
140 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendStopTone()
DStkAppService.java205 static final String SLOT_ID = "SLOT_ID"; field in StkAppService
357 slotId = args.getInt(SLOT_ID); in onStart()
1017 intent.putExtra(SLOT_ID, slotId); in handleSessionEnd()
1541 int slotId = intent.getIntExtra(SLOT_ID, SubscriptionManager.INVALID_SIM_SLOT_INDEX); in startActivity()
1588 newIntent.putExtra(SLOT_ID, slotId); in launchMenuActivity()
1607 newIntent.putExtra(SLOT_ID, slotId); in launchInputActivity()
1632 newIntent.putExtra(SLOT_ID, slotId); in launchTextDialog()
2067 newIntent.putExtra(SLOT_ID, slotId); in launchConfirmationDialog()
2206 newIntent.putExtra(SLOT_ID, slotId); in launchToneDialog()
2285 newIntent.putExtra(SLOT_ID, slotId); in playTone()
DStkDialogActivity.java306 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendResponse()
326 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
DStkMenuActivity.java418 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
471 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
DStkMain.java99 args.putInt(StkAppService.SLOT_ID, slotId); in launchSTKMainMenu()
DStkLauncherActivity.java223 args.putInt(StkAppService.SLOT_ID, slodId); in launchSTKMainMenu()
DStkInputActivity.java505 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);