Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java114 protected boolean mIsDialogPending = false; field in StkAppService.StkContext
467 CatLog.d(LOG_TAG, "isDialogPending: " + mStkContext[slotId].mIsDialogPending); in isDialogPending()
468 return mStkContext[slotId].mIsDialogPending; in isDialogPending()
987 mStkContext[slotId].mIsDialogPending = false; in handleSessionEnd()
1081 mStkContext[slotId].mIsDialogPending = false; in handleCmd()
1494 mStkContext[slotId].mIsDialogPending = true; in cleanUpInstanceStackBySlot()