Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java569 public void stopListeningVisibleActivityChangedLocked(@NonNull IBinder token) { in stopListeningVisibleActivityChangedLocked() method in VoiceInteractionManagerServiceImpl
578 mActiveSession.stopListeningVisibleActivityChangedLocked(); in stopListeningVisibleActivityChangedLocked()
DVoiceInteractionSessionConnection.java667 void stopListeningVisibleActivityChangedLocked() { in stopListeningVisibleActivityChangedLocked() method in VoiceInteractionSessionConnection
DVoiceInteractionManagerService.java1378 mImpl.stopListeningVisibleActivityChangedLocked(token); in stopListeningVisibleActivityChanged()