Searched defs:mCmdsQ (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java116 protected LinkedList<DelayedCmd> mCmdsQ = null; field in class:StkAppService.StkContext
279 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>();
524 mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(OP_CMD,
532 if (mStkContext[slotId].mCmdsQ.size() != 0) {
543 mStkContext[slotId].mCmdsQ.addLast(
686 if (mStkContext[slotId].mCmdsQ.size() != 0) {
724 if (mStkContext[slotId].mCmdsQ.size() != 0) {
725 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll();
728 mStkContext[slotId].mCmdsQ.size() +
788 if (mStkContext[slotId].mCmdsQ
[all...]

Completed in 38 milliseconds