Searched refs:OPCODE (Results 1 – 7 of 7) sorted by relevance
46 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED); in onReceive()
98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
59 args.putInt(StkAppService.OPCODE, op); in handleAction()
139 args.putInt(StkAppService.OPCODE, StkAppService.OP_STOP_TONE_USER); in sendStopTone()
222 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
305 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
197 static final String OPCODE = "op"; field in StkAppService353 int op = args.getInt(OPCODE); in onStart()