Searched refs:OPCODE (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkCmdReceiver.java58 args.putInt(StkAppService.OPCODE, op);
91 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED);
98 args.putInt(StkAppService.OPCODE, StkAppService.OP_IDLE_SCREEN);
H A DBootCompletedReceiver.java42 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED);
H A DStkMain.java98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
H A DToneDialog.java169 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
H A DStkLauncherActivity.java199 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
H A DStkDialogActivity.java279 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
H A DStkInputActivity.java252 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
H A DStkMenuActivity.java485 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
H A DStkAppService.java177 static final String OPCODE = "op"; field in class:StkAppService
300 int op = args.getInt(OPCODE);

Completed in 92 milliseconds