Searched defs:SLOT_ID (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java181 static final String SLOT_ID = "SLOT_ID"; field in class:StkAppService
297 slotId = args.getInt(SLOT_ID);
687 args.putInt(SLOT_ID, slotId);
1245 newIntent.putExtra(SLOT_ID, slotId);
1263 newIntent.putExtra(SLOT_ID, slotId);
1283 newIntent.putExtra(SLOT_ID, slotId);
1434 newIntent.putExtra(SLOT_ID, slotId);
1550 newIntent.putExtra(SLOT_ID, slotId);

Completed in 12 milliseconds