Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java161 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_STOP = 4; field in VoiceInteractionSession
168 VOICE_INTERACTION_ACTIVITY_EVENT_STOP
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java759 } else if (type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_STOP) { in handleVisibleActivitiesLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java2717 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_STOP); in onStop()