Home | History | Annotate | Download | only in stk

Lines Matching refs:mSlotId

123         private int mSlotId = 0;
130 CatLog.d(this, "setPendingActivityInstance act : " + mSlotId + ", " + act);
131 callSetActivityInstMsg(OP_SET_ACT_INST, mSlotId, act);
134 CatLog.d(this, "getPendingActivityInstance act : " + mSlotId + ", " +
139 CatLog.d(this, "setPendingDialogInstance act : " + mSlotId + ", " + act);
140 callSetActivityInstMsg(OP_SET_DAL_INST, mSlotId, act);
143 CatLog.d(this, "getPendingDialogInstance act : " + mSlotId + ", " +
148 CatLog.d(this, "setMainActivityInstance act : " + mSlotId + ", " + act);
149 callSetActivityInstMsg(OP_SET_MAINACT_INST, mSlotId, act);
152 CatLog.d(this, "getMainActivityInstance act : " + mSlotId + ", " +
276 mStkContext[i].mSlotId = i;