Home
last modified time | relevance | path

Searched refs:mIsInputPending (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java111 protected boolean mIsInputPending = false; field in StkAppService.StkContext
456 CatLog.d(LOG_TAG, "isInputFinishBySrv: " + mStkContext[slotId].mIsInputPending); in isInputPending()
457 return mStkContext[slotId].mIsInputPending; in isInputPending()
986 mStkContext[slotId].mIsInputPending = false; in handleSessionEnd()
1080 mStkContext[slotId].mIsInputPending = false; in handleCmd()
1490 mStkContext[slotId].mIsInputPending = true; in cleanUpInstanceStackBySlot()