Home
last modified time | relevance | path

Searched refs:OP_RESPONSE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java186 static final int OP_RESPONSE = 2; field in StkAppService
332 case OP_RESPONSE: in onStart()
519 case OP_RESPONSE: in handleMessage()
687 msg.arg1 = OP_RESPONSE; in sendResponse()
1662 message.arg1 = OP_RESPONSE; in launchOpenChannelDialog()
1675 message.arg1 = OP_RESPONSE; in launchOpenChannelDialog()
DToneDialog.java176 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
DStkDialogActivity.java273 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
DStkInputActivity.java268 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()
DStkMenuActivity.java490 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE); in sendResponse()