Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java163 public static final int VOICE_INTERACTION_ACTIVITY_EVENT_STOP = 4; field in VoiceInteractionSession
170 VOICE_INTERACTION_ACTIVITY_EVENT_STOP
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java783 } else if (type == VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_STOP) { in handleVisibleActivitiesLocked()
/frameworks/base/core/java/android/app/
DActivity.java2850 VoiceInteractionSession.VOICE_INTERACTION_ACTIVITY_EVENT_STOP); in onStop()