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.java98 protected boolean mIsDialogPending = false; field in StkAppService.StkContext
411 CatLog.d(LOG_TAG, "isDialogPending: " + mStkContext[slotId].mIsDialogPending); in isDialogPending()
412 return mStkContext[slotId].mIsDialogPending; in isDialogPending()
761 mStkContext[slotId].mIsDialogPending = false; in handleSessionEnd()
841 mStkContext[slotId].mIsDialogPending = false; in handleCmd()
1225 mStkContext[slotId].mIsDialogPending = true; in cleanUpInstanceStackBySlot()