Searched refs:OPCODE (Results 1 – 7 of 7) sorted by relevance
45 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED); in onReceive()
98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
57 args.putInt(StkAppService.OPCODE, op); in handleAction()
132 args.putInt(StkAppService.OPCODE, StkAppService.OP_STOP_TONE_USER); in sendStopTone()
222 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
332 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
196 static final String OPCODE = "op"; field in StkAppService341 int op = args.getInt(OPCODE); in onStart()