OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_CMD
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java
40
handleAction(context, intent, StkAppService.
OP_CMD
);
61
if (StkAppService.
OP_CMD
== op) {
StkAppService.java
197
static final int
OP_CMD
= 1;
337
case
OP_CMD
:
479
if (opcode ==
OP_CMD
&& msg.obj != null &&
503
case
OP_CMD
:
504
CatLog.d(LOG_TAG, "[
OP_CMD
]");
522
mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(
OP_CMD
,
729
case
OP_CMD
:
[
all
...]
Completed in 2258 milliseconds