Home | History | Annotate | Download | only in stk

Lines Matching defs:mSlotId

45     private int mSlotId = -1;
64 CatLog.d(LOG_TAG, "onCreate, sim id: " + mSlotId);
83 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId);
94 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId);
128 "], sim id: " + mSlotId);
155 appService.setDisplayTextDlgVisibility(true, mSlotId);
176 CatLog.d(LOG_TAG, "onPause, sim id: " + mSlotId);
177 appService.setDisplayTextDlgVisibility(false, mSlotId);
192 CatLog.d(LOG_TAG, "onStart, sim id: " + mSlotId);
200 mIsResponseSent + "], sim id: " + mSlotId);
205 appService.getStkContext(mSlotId).setPendingDialogInstance(this);
208 appService.getStkContext(mSlotId).setPendingDialogInstance(null);
218 "], sim id: " + mSlotId);
225 if (!mIsResponseSent && !appService.isDialogPending(mSlotId)) {
259 if (mSlotId == -1) {
274 args.putInt(StkAppService.SLOT_ID, mSlotId);
290 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
295 CatLog.d(LOG_TAG, "initFromIntent - [" + mTextMsg + "], sim id: " + mSlotId);
299 CatLog.d(LOG_TAG, "cancelTimeOut: " + mSlotId);
324 CatLog.d(LOG_TAG, "startTimeOut: " + mSlotId);
326 mAlarmIntent.putExtra(StkAppService.SLOT_ID, mSlotId);
346 if (action == null || slotID != mSlotId) return;