HomeSort by relevance Sort by last modified time
    Searched refs:SLOT_ID (Results 1 - 8 of 8) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 56 int slot_id = intent.getIntExtra(StkAppService.SLOT_ID, 0); local
59 args.putInt(StkAppService.SLOT_ID, slot_id);
83 "args: " + args + ", slot id: " + slot_id);
ToneDialog.java 164 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
170 args.putInt(StkAppService.SLOT_ID, mSlotId);
StkDialogActivity.java 280 args.putInt(StkAppService.SLOT_ID, mSlotId);
296 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
332 mAlarmIntent.putExtra(StkAppService.SLOT_ID, mSlotId);
350 int slotID = intent.getIntExtra(StkAppService.SLOT_ID, 0);
StkMain.java 99 args.putInt(StkAppService.SLOT_ID
StkAppService.java 181 static final String SLOT_ID = "SLOT_ID";
297 slotId = args.getInt(SLOT_ID);
687 args.putInt(SLOT_ID, slotId);
    [all...]
StkInputActivity.java 253 args.putInt(StkAppService.SLOT_ID, mSlotId);
423 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
StkMenuActivity.java 450 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
486 args.putInt(StkAppService.SLOT_ID, mSlotId);
StkLauncherActivity.java 200 args.putInt(StkAppService.SLOT_ID

Completed in 189 milliseconds