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.java127 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
134 args.putInt(StkAppService.SLOT_ID, mSlotId); in sendStopTone()
DStkAppService.java196 static final String SLOT_ID = "SLOT_ID"; field in StkAppService
348 slotId = args.getInt(SLOT_ID); in onStart()
1008 intent.putExtra(SLOT_ID, slotId); in handleSessionEnd()
1539 int slotId = intent.getIntExtra(SLOT_ID, SubscriptionManager.INVALID_SIM_SLOT_INDEX); in startActivity()
1586 newIntent.putExtra(SLOT_ID, slotId); in launchMenuActivity()
1605 newIntent.putExtra(SLOT_ID, slotId); in launchInputActivity()
1630 newIntent.putExtra(SLOT_ID, slotId); in launchTextDialog()
2068 newIntent.putExtra(SLOT_ID, slotId); in launchConfirmationDialog()
2207 newIntent.putExtra(SLOT_ID, slotId); in launchToneDialog()
2286 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);