Home
last modified time | relevance | path

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

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java76 private static Intent sVoiceCommandIntent; field in ScoAudioTest
162 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND); in onCreate()
163 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onCreate()