HomeSort by relevance Sort by last modified time
    Searched refs:FEATURE_VOICE_RECOGNIZERS (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
BatterySaverModeTest.java 33 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers";
43 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);
48 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS);
AirplaneModeTest.java 33 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers";
42 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);
51 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS);
ZenModeTest.java 35 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers";
41 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);
56 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS);
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
LocalVoiceInteractionTest.java 47 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers";
58 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);
VoiceInteractionTest.java 47 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers";
58 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);
93 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 358 PackageManager.FEATURE_VOICE_RECOGNIZERS)) ||
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]

Completed in 106 milliseconds