/cts/tests/tests/security/aidl/android/security/cts/ |
D | IIsolatedService.aidl | 21 IBinder getSystemService(String serviceName); in getSystemService()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CanaryTest.java | 53 final String serviceName = getInternalString(RESOURCE_STRING_SERVICE_NAME); in assertHasService() local
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | TestVoiceInteractionServiceActivity.java | 44 ComponentName serviceName = startService(serviceIntent); in triggerHotwordDetectionServiceTest() local
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | VoiceInteractionMain.java | 39 ComponentName serviceName = startService(intent); in onCreate() local
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
D | VoiceInteractionMain.java | 38 ComponentName serviceName = startService(intent); in onCreate() local
|
/cts/tests/tests/assist/service/src/android/assist/service/ |
D | DelayedAssistantActivity.java | 45 ComponentName serviceName = startService(intent); in onCreate() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | IsolatedService.java | 55 private IBinder getServiceFromServiceManager(String serviceName) { in getServiceFromServiceManager()
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | DirectShellCommand.java | 160 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/ |
D | SingleDeviceTest.java | 604 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/ |
D | DeviceAndProfileOwnerHostSideTransferTest.java | 176 private void assertServiceRunning(String serviceName) throws DeviceNotAvailableException { in assertServiceRunning()
|
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/ |
D | LocationTimeZoneManagerShellHelper.java | 138 String serviceName; in isLocationTimeZoneManagerPresent() local
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | InstrumentedAccessibilityService.java | 174 final String serviceName = clazz.getSimpleName(); in enableService() local
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 307 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/ |
D | CommandReceiver.java | 176 private void doBindService(Context context, Intent commandIntent, String serviceName) { in doBindService() 247 String serviceName) { in doStopService()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 937 @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/ |
D | LoginActivityTest.java | 2623 private void serviceIsDisabledWhenNewServiceIsInvalid(String serviceName) throws Exception { in serviceIsDisabledWhenNewServiceIsInvalid()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 314 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testGetInfo() local
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | AtomTests.java | 537 public boolean checkIfServiceRunning(Context context, String serviceName) { in checkIfServiceRunning()
|