Lines Matching refs:mCmdsQ
118 protected LinkedList<DelayedCmd> mCmdsQ = null; field in StkAppService.StkContext
321 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in onCreate()
609 mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(OP_CMD, in handleMessage()
617 if (mStkContext[slotId].mCmdsQ.size() != 0) { in handleMessage()
628 mStkContext[slotId].mCmdsQ.addLast( in handleMessage()
764 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in handleMultiSimConfigChanged()
893 if (mStkContext[slotId].mCmdsQ.size() != 0) { in sendScreenBusyResponse()
948 if (mStkContext[slotId].mCmdsQ.size() != 0) { in handleDelayedCmd()
949 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll(); in handleDelayedCmd()
952 mStkContext[slotId].mCmdsQ.size() + in handleDelayedCmd()
1012 if (mStkContext[slotId].mCmdsQ.size() != 0) { in handleSessionEnd()
1248 if (mStkContext[slotId].mCmdsQ.size() != 0) { in handleCmd()