Searched refs:DelayedCmd (Results 1 – 1 of 1) sorted by relevance
119 protected LinkedList<DelayedCmd> mCmdsQ = null;279 private class DelayedCmd { class in StkAppService285 DelayedCmd(int id, CatCmdMessage msg, int slotId) { in DelayedCmd() method in StkAppService.DelayedCmd321 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in onCreate()604 mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(OP_CMD, in handleMessage()624 new DelayedCmd(OP_END_SESSION, null, slotId)); in handleMessage()765 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in handleMultiSimConfigChanged()948 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll(); in handleDelayedCmd()