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.java123 protected boolean mIsDialogPending = false; field in StkAppService.StkContext
476 CatLog.d(LOG_TAG, "isDialogPending: " + mStkContext[slotId].mIsDialogPending); in isDialogPending()
477 return mStkContext[slotId].mIsDialogPending; in isDialogPending()
996 mStkContext[slotId].mIsDialogPending = false; in handleSessionEnd()
1090 mStkContext[slotId].mIsDialogPending = false; in handleCmd()
1496 mStkContext[slotId].mIsDialogPending = true; in cleanUpInstanceStackBySlot()