Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java595 public void notifyActivityEventChangedLocked(@NonNull IBinder activityToken, int type) { in notifyActivityEventChangedLocked() method in VoiceInteractionManagerServiceImpl
606 mActiveSession.notifyActivityEventChangedLocked(activityToken, type); in notifyActivityEventChangedLocked()
DVoiceInteractionSessionConnection.java675 void notifyActivityEventChangedLocked(@NonNull IBinder activityToken, int type) { in notifyActivityEventChangedLocked() method in VoiceInteractionSessionConnection
DVoiceInteractionManagerService.java1392 () -> mImpl.notifyActivityEventChangedLocked(activityToken, type)); in notifyActivityEventChanged()