Searched refs:FEATURE_VOICE_RECOGNIZERS (Results 1 – 10 of 10) sorted by relevance
34 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in BatterySaverModeTest38 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS); in customSetup()44 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS); in testAll()
37 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in ZenModeTest41 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS); in customSetup()53 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS); in testAll()
38 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in AirplaneModeTest47 mHasFeature = mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS); in customSetup()67 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS); in testAll()
51 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testContextAndScreenshotOff()71 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testScreenshotOff()91 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testScreenContextOff()
41 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testSecureActivity()
59 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testAssistStructure()
83 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS)) { in testLayerDoesNotTriggerLifecycleMethods()
81 protected static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in AssistTestBase
64 private static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in WifiSliceTest70 mContext.getPackageManager().hasSystemFeature(FEATURE_VOICE_RECOGNIZERS);117 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS); in wifiSlice_grantedPermissionToDefaultAssistant()148 Log.i(TAG, "The device doesn't support feature: " + FEATURE_VOICE_RECOGNIZERS); in wifiSlice_grantedPermissionToDefaultVoiceAssistant()
324 public static final String FEATURE_VOICE_RECOGNIZERS = "android.software.voice_recognizers"; field in CommonPackages