Searched refs:DelayedCmd (Results 1 – 1 of 1) sorted by relevance
128 protected LinkedList<DelayedCmd> mCmdsQ = null;288 private class DelayedCmd { class in StkAppService294 DelayedCmd(int id, CatCmdMessage msg, int slotId) { in DelayedCmd() method in StkAppService.DelayedCmd330 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in onCreate()613 mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(OP_CMD, in handleMessage()633 new DelayedCmd(OP_END_SESSION, null, slotId)); in handleMessage()774 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in handleMultiSimConfigChanged()957 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll(); in handleDelayedCmd()