Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java132 ArrayList<IVoiceInteractionSessionShowCallback> mPendingShowCallbacks = new ArrayList<>(); field in VoiceInteractionSessionConnection
356 mPendingShowCallbacks.add(showCallback); in showLocked()
532 mPendingShowCallbacks.clear(); in hideLocked()
624 for (int i = 0; i < mPendingShowCallbacks.size(); i++) { in notifyPendingShowCallbacksShownLocked()
626 mPendingShowCallbacks.get(i).onShown(); in notifyPendingShowCallbacksShownLocked()
630 mPendingShowCallbacks.clear(); in notifyPendingShowCallbacksShownLocked()
634 for (int i = 0; i < mPendingShowCallbacks.size(); i++) { in notifyPendingShowCallbacksFailedLocked()
636 mPendingShowCallbacks.get(i).onFailed(); in notifyPendingShowCallbacksFailedLocked()
640 mPendingShowCallbacks.clear(); in notifyPendingShowCallbacksFailedLocked()