Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceNonSharedIsolatedTest.java57 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
DVisualQueryDetectionServiceNonIsolatedTest.java57 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
DVisualQueryDetectionServiceNonSharedIsolatedTest.java57 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
DVisualQueryDetectorTest.java77 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
DHotwordDetectionServiceMultipleDetectorTest.java85 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
DVisualQueryDetectionServiceBasicTest.java85 new AssumptionCheckerRule(() -> Utils.SYSPROP_VISUAL_QUERY_SERVICE_ENABLED,
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java297 public static final boolean SYSPROP_VISUAL_QUERY_SERVICE_ENABLED = field in Utils