Searched refs:OP_END_SESSION (Results 1 – 2 of 2) sorted by relevance
97 static final int OP_END_SESSION = 4; field in StkAppService186 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()
54 args.putInt(StkAppService.OPCODE, StkAppService.OP_END_SESSION); in handleSessionEnd()