Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceNonIsolatedTest.java50 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceNonIsolatedTest
74 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DHotwordDetectionServiceNonSharedIsolatedTest.java51 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceNonSharedIsolatedTest
67 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DVisualQueryDetectionServiceNonIsolatedTest.java51 private static final String SERVICE_COMPONENT = field in VisualQueryDetectionServiceNonIsolatedTest
67 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DVisualQueryDetectionServiceNonSharedIsolatedTest.java51 private static final String SERVICE_COMPONENT = field in VisualQueryDetectionServiceNonSharedIsolatedTest
67 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DSandboxedDetectionServiceNonExistenceTest.java44 private static final String SERVICE_COMPONENT = field in SandboxedDetectionServiceNonExistenceTest
66 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DVoiceInteractionServiceNoExistingSessionServiceTest.java57 private static final String SERVICE_COMPONENT = field in VoiceInteractionServiceNoExistingSessionServiceTest
69 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DHotwordDetectionServicePermissionTest.java66 private static final String SERVICE_COMPONENT = field in HotwordDetectionServicePermissionTest
177 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DVisualQueryDetectorTest.java67 private static final String SERVICE_COMPONENT = field in VisualQueryDetectorTest
86 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DAlwaysOnHotwordDetectorNoDspTest.java95 private static final String SERVICE_COMPONENT = field in AlwaysOnHotwordDetectorNoDspTest
128 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
DAlwaysOnHotwordDetectorNoHdsTest.java75 private static final String SERVICE_COMPONENT = field in AlwaysOnHotwordDetectorNoHdsTest
205 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
DHotwordDetectionServiceProximityTest.java82 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceProximityTest
312 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DHotwordDetectionServiceStressTest.java84 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceStressTest
172 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DHotwordDetectionServiceMultipleDetectorTest.java72 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceMultipleDetectorTest
126 return new ComponentName(CTS_SERVICE_PACKAGE, SERVICE_COMPONENT).flattenToString(); in getTestVoiceInteractionService()
DVoiceInteractionServiceTest.java120 private static final String SERVICE_COMPONENT = field in VoiceInteractionServiceTest
132 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
DVisualQueryDetectionServiceBasicTest.java72 private static final String SERVICE_COMPONENT = field in VisualQueryDetectionServiceBasicTest
131 return new ComponentName(CTS_SERVICE_PACKAGE, SERVICE_COMPONENT).flattenToString(); in getTestVoiceInteractionService()
DAlwaysOnHotwordDetectorTest.java102 private static final String SERVICE_COMPONENT = field in AlwaysOnHotwordDetectorTest
130 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionServiceName()
DHotwordDetectionServiceBasicTest.java121 private static final String SERVICE_COMPONENT = field in HotwordDetectionServiceBasicTest
128 new ComponentName("android.voiceinteraction.cts", SERVICE_COMPONENT);
256 return CTS_SERVICE_PACKAGE + "/" + SERVICE_COMPONENT; in getTestVoiceInteractionService()
/cts/tests/musicrecognition/src/android/musicrecognition/cts/
DCtsMusicRecognitionService.java42 public static final ComponentName SERVICE_COMPONENT = new ComponentName( field in CtsMusicRecognitionService
DMusicRecognitionManagerTest.java98 setService(CtsMusicRecognitionService.SERVICE_COMPONENT.flattenToString()); in setUp()
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java41 public static final ComponentName SERVICE_COMPONENT = new ComponentName( field in CtsContentSuggestionsService
DContentSuggestionsManagerTest.java82 setService(CtsContentSuggestionsService.SERVICE_COMPONENT.flattenToString()); in setup()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java333 private static final ComponentName SERVICE_COMPONENT = new ComponentName( field in PackageManagerTest
2277 SERVICE_COMPONENT, COMPONENT_ENABLED_STATE_DISABLED, 0)); in setComponentEnabledSettings_flagDontKillAppConflict()
2298 final int serviceState = mPackageManager.getComponentEnabledSetting(SERVICE_COMPONENT); in setComponentEnabledSettings_disableSelf()
2309 SERVICE_COMPONENT, COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP)); in setComponentEnabledSettings_disableSelf()
2314 new ComponentEnabledSetting(SERVICE_COMPONENT, serviceState, DONT_KILL_APP)); in setComponentEnabledSettings_disableSelf()
2366 final int serviceState = mPackageManager.getComponentEnabledSetting(SERVICE_COMPONENT); in setComponentEnabledSettings_noStateChanged_noBroadcastReceived()
2369 new ComponentEnabledSetting(SERVICE_COMPONENT, serviceState, DONT_KILL_APP)); in setComponentEnabledSettings_noStateChanged_noBroadcastReceived()
2378 final int serviceState = mPackageManager.getComponentEnabledSetting(SERVICE_COMPONENT); in setComponentEnabledSetting_disableMultiplePackagesNoKill()
2392 SERVICE_COMPONENT, COMPONENT_ENABLED_STATE_DISABLED, DONT_KILL_APP)); in setComponentEnabledSetting_disableMultiplePackagesNoKill()
2401 new ComponentEnabledSetting(SERVICE_COMPONENT, serviceState, DONT_KILL_APP)); in setComponentEnabledSetting_disableMultiplePackagesNoKill()