Home
last modified time | relevance | path

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

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSession.java71 static final int STATE_ABORT_VOICE = 5; field in MainInteractionSession
257 mAbortButton.setEnabled(mState == STATE_ABORT_VOICE); in updateState()
447 mState = STATE_ABORT_VOICE; in onRequestAbortVoice()