Home
last modified time | relevance | path

Searched defs:serviceName (Results 1 – 18 of 18) sorted by relevance

/cts/tests/tests/security/aidl/android/security/cts/
DIIsolatedService.aidl21 IBinder getSystemService(String serviceName); in getSystemService()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCanaryTest.java53 final String serviceName = getInternalString(RESOURCE_STRING_SERVICE_NAME); in assertHasService() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestVoiceInteractionServiceActivity.java44 ComponentName serviceName = startService(serviceIntent); in triggerHotwordDetectionServiceTest() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DVoiceInteractionMain.java39 ComponentName serviceName = startService(intent); in onCreate() local
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DVoiceInteractionMain.java38 ComponentName serviceName = startService(intent); in onCreate() local
/cts/tests/tests/assist/service/src/android/assist/service/
DDelayedAssistantActivity.java45 ComponentName serviceName = startService(intent); in onCreate() local
/cts/tests/tests/security/src/android/security/cts/
DIsolatedService.java55 private IBinder getServiceFromServiceManager(String serviceName) { in getServiceFromServiceManager()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DDirectShellCommand.java160 private static FutureResult run(String serviceName, String[] args) throws Exception { in run()
190 static Result runSync(String serviceName, String[] args, long millis) { in runSync()
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java604 final String serviceName = "ValidName"; in testPublishDiscoverySuccess() local
663 final String serviceName = "ValidName"; in testPublishLimitedTtlSuccess() local
703 final String serviceName = "ValidName"; in testSubscribeDiscoverySuccess() local
770 final String serviceName = "ValidName"; in testSubscribeLimitedTtlSuccess() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerHostSideTransferTest.java176 private void assertServiceRunning(String serviceName) throws DeviceNotAvailableException { in assertServiceRunning()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java138 String serviceName; in isLocationTimeZoneManagerPresent() local
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java174 final String serviceName = clazz.getSimpleName(); in enableService() local
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java307 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService()
312 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService()
334 private void startIsolatedService(int commandCode, String serviceName) { in startIsolatedService()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java176 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService()
247 String serviceName) { in doStopService()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java937 @NonNull String serviceName) { in enableAutofillService()
971 public static boolean isAutofillServiceEnabled(@NonNull String serviceName) { in isAutofillServiceEnabled()
986 public static void assertAutofillServiceStatus(@NonNull String serviceName, boolean enabled) { in assertAutofillServiceStatus()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2623 private void serviceIsDisabledWhenNewServiceIsInvalid(String serviceName) throws Exception { in serviceIsDisabledWhenNewServiceIsInvalid()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java314 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testGetInfo() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java537 public boolean checkIfServiceRunning(Context context, String serviceName) { in checkIfServiceRunning()