Searched refs:DelayedCmd (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java77 private LinkedList<DelayedCmd> mCmdsQ = null;
133 private class DelayedCmd { class in class:StkAppService
138 DelayedCmd(int id, CatCmdMessage msg) { method in class:StkAppService.DelayedCmd
161 mCmdsQ = new LinkedList<DelayedCmd>();
288 mCmdsQ.addLast(new DelayedCmd(OP_CMD,
311 mCmdsQ.addLast(new DelayedCmd(OP_END_SESSION, null));
346 DelayedCmd cmd = mCmdsQ.poll();

Completed in 67 milliseconds