OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_END_SESSION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java
54
args.putInt(StkAppService.OPCODE, StkAppService.
OP_END_SESSION
);
StkAppService.java
98
static final int
OP_END_SESSION
= 4;
187
case
OP_END_SESSION
:
297
case
OP_END_SESSION
:
302
mCmdsQ.addLast(new DelayedCmd(
OP_END_SESSION
, null));
339
case
OP_END_SESSION
:
Completed in 41 milliseconds