Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java161 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_PAUSE = 3; field in VoiceInteractionSession
169 VOICE_INTERACTION_ACTIVITY_EVENT_PAUSE,
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java767 } else if (type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_PAUSE) { in handleVisibleActivitiesLocked()
/frameworks/base/core/java/android/app/
DActivity.java2617 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_PAUSE); in onPause()