Searched refs:DelayedCmd (Results 1 – 1 of 1) sorted by relevance
118 protected LinkedList<DelayedCmd> mCmdsQ = null;277 private class DelayedCmd { class in StkAppService283 DelayedCmd(int id, CatCmdMessage msg, int slotId) { in DelayedCmd() method in StkAppService.DelayedCmd321 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in onCreate()609 mStkContext[slotId].mCmdsQ.addLast(new DelayedCmd(OP_CMD, in handleMessage()629 new DelayedCmd(OP_END_SESSION, null, slotId)); in handleMessage()764 mStkContext[i].mCmdsQ = new LinkedList<DelayedCmd>(); in handleMultiSimConfigChanged()949 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll(); in handleDelayedCmd()