Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java234 if (!mIsResponseSent && appService != null && !appService.isDialogPending(mSlotId)) { in onDestroy()
DStkAppService.java474 synchronized boolean isDialogPending(int slotId) { in isDialogPending() method in StkAppService