Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java62 final static String CLOSE_REASON_VOICE_INTERACTION = "voiceinteraction"; field in VoiceInteractionManagerServiceImpl
86 if (!CLOSE_REASON_VOICE_INTERACTION.equals(reason) && !"dream".equals(reason)) {
252 mAm.closeSystemDialogs(CLOSE_REASON_VOICE_INTERACTION); in closeSystemDialogsLocked()