Home
last modified time | relevance | path

Searched refs:OP_END_SESSION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java97 static final int OP_END_SESSION = 4; field in StkAppService
186 case OP_END_SESSION: in onStart()
296 case OP_END_SESSION: in handleMessage()
301 mCmdsQ.addLast(new DelayedCmd(OP_END_SESSION, null)); in handleMessage()
338 case OP_END_SESSION: in handleDelayedCmd()
DStkCmdReceiver.java54 args.putInt(StkAppService.OPCODE, StkAppService.OP_END_SESSION); in handleSessionEnd()