Searched defs:STATE_COMPLETE_VOICE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java45 static final int STATE_COMPLETE_VOICE = 5; field in class:MainInteractionSession
81 mCompleteButton.setEnabled(mState == STATE_COMPLETE_VOICE);
131 mState = STATE_COMPLETE_VOICE;

Completed in 57 milliseconds