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.java120 protected boolean mIsInputPending = false; field in StkAppService.StkContext
448 CatLog.d(LOG_TAG, "isInputFinishBySrv: " + mStkContext[slotId].mIsInputPending); in isInputPending()
449 return mStkContext[slotId].mIsInputPending; in isInputPending()
938 mStkContext[slotId].mIsInputPending = false; in handleSessionEnd()
1026 mStkContext[slotId].mIsInputPending = false; in handleCmd()
1425 mStkContext[slotId].mIsInputPending = true; in cleanUpInstanceStackBySlot()