Lines Matching refs:mSlotId
95 private int mSlotId = -1; field in StkInputActivity
208 "], slot id: " + mSlotId); in onResume()
256 mIsResponseSent + " , " + mSlotId + "]"); in onDestroy()
266 if (!mIsResponseSent && !appService.isInputPending(mSlotId)) { in onDestroy()
305 if (mSlotId == -1) { in sendResponse()
328 appService.sendResponse(args, mSlotId); in sendResponse()
387 CatLog.d(LOG_TAG, "onSaveInstanceState: " + mSlotId); in onSaveInstanceState()
396 CatLog.d(LOG_TAG, "onRestoreInstanceState: " + mSlotId); in onRestoreInstanceState()
424 appService.getStkContext(mSlotId).setPendingActivityInstance(on ? this : null); in setPendingState()
451 CatLog.d(LOG_TAG, "cancelTimeOut - slot id: " + mSlotId);
472 CatLog.d(LOG_TAG, "startTimeOut: " + mAlarmTime + "ms, slot id: " + mSlotId);
551 CatLog.d(LOG_TAG, "initFromIntent - slot id: " + mSlotId);
554 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
555 CatLog.d(LOG_TAG, "onCreate - slot id: " + mSlotId);