Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java155 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_START = 1; field in VoiceInteractionSession
165 VOICE_INTERACTION_ACTIVITY_EVENT_START,
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java721 if (type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_START in handleVisibleActivitiesLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java1957 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_START); in onPostCreate()