Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java157 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_START = 1; field in VoiceInteractionSession
167 VOICE_INTERACTION_ACTIVITY_EVENT_START,
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java745 if (type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_START in handleVisibleActivitiesLocked()
/frameworks/base/core/java/android/app/
DActivity.java2066 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_START); in onPostCreate()