Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java157 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_RESUME = 2; field in VoiceInteractionSession
166 VOICE_INTERACTION_ACTIVITY_EVENT_RESUME,
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java722 || type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_RESUME) { in handleVisibleActivitiesLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java2105 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_RESUME); in onPostResume()