/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AutofillRestrictionsTest.java | 27 private static final String SERVICE_NAME = field in AutofillRestrictionsTest 90 runShellCommand("settings put secure %s %s default", AUTOFILL_SERVICE, SERVICE_NAME); in enableService() 93 mUserId, AUTOFILL_SERVICE, SERVICE_NAME); in enableService() 95 waitForServiceSettingSaved(SERVICE_NAME); in enableService()
|
D | ContentCaptureRestrictionsTest.java | 34 private static final String SERVICE_NAME = field in ContentCaptureRestrictionsTest 78 SERVICE_NAME, MAX_TIME_TEMPORARY_SERVICE_CAN_BE_SET); in enableService()
|
D | ContentSuggestionsRestrictionsTest.java | 32 private static final String SERVICE_NAME = field in ContentSuggestionsRestrictionsTest 87 SERVICE_NAME, MAX_TIME_TEMPORARY_SERVICE_CAN_BE_SET); in enableService()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | OnCreateServiceStatusVerifierActivity.java | 34 public static final String SERVICE_NAME = field in OnCreateServiceStatusVerifierActivity 35 android.autofillservice.cts.testcore.NoOpAutofillService.SERVICE_NAME; 54 .isEqualTo(SERVICE_NAME); in assertServiceStatusOnCreate()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | ServiceEnabledForSureTest.java | 19 …t static android.autofillservice.cts.activities.OnCreateServiceStatusVerifierActivity.SERVICE_NAME; 47 enableAutofillService(sContext, SERVICE_NAME); in resetService() 79 enableAutofillService(mContext, SERVICE_NAME);
|
D | ServiceDisabledForSureTest.java | 19 …t static android.autofillservice.cts.activities.OnCreateServiceStatusVerifierActivity.SERVICE_NAME; 78 enableAutofillService(mContext, SERVICE_NAME);
|
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | DatasetFilteringInlineTest.java | 20 … static android.autofillservice.cts.testcore.InstrumentedAutoFillServiceInlineEnabled.SERVICE_NAME; 46 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService() local
|
D | InlineFillEventHistoryTest.java | 27 … static android.autofillservice.cts.testcore.InstrumentedAutoFillServiceInlineEnabled.SERVICE_NAME; 66 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService() local
|
D | InlineSimpleSaveActivityTest.java | 25 … static android.autofillservice.cts.testcore.InstrumentedAutoFillServiceInlineEnabled.SERVICE_NAME; 56 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService() local
|
D | InlineTooltipTest.java | 21 … static android.autofillservice.cts.testcore.InstrumentedAutoFillServiceInlineEnabled.SERVICE_NAME; 55 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService() local
|
D | InlineFilteringTest.java | 22 … static android.autofillservice.cts.testcore.InstrumentedAutoFillServiceInlineEnabled.SERVICE_NAME; 49 Helper.enableAutofillService(getContext(), SERVICE_NAME); in enableService() local
|
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/ |
D | LocationShellHelper.java | 31 private static final String SERVICE_NAME = "location"; field in LocationShellHelper 43 private static final String SHELL_CMD_PREFIX = "cmd " + SERVICE_NAME + " ";
|
D | TimeZoneDetectorShellHelper.java | 29 private static final String SERVICE_NAME = "time_zone_detector"; field in TimeZoneDetectorShellHelper 70 private static final String SHELL_CMD_PREFIX = "cmd " + SERVICE_NAME + " ";
|
D | LocationTimeZoneManagerShellHelper.java | 78 private static final String SERVICE_NAME = "location_time_zone_manager"; field in LocationTimeZoneManagerShellHelper 112 private static final String SHELL_CMD_PREFIX = "cmd " + SERVICE_NAME + " "; 141 if (SERVICE_NAME.equals(serviceName)) { in isLocationTimeZoneManagerPresent()
|
D | DeviceConfigShellHelper.java | 55 private static final String SERVICE_NAME = "device_config"; field in DeviceConfigShellHelper 57 private static final String SHELL_CMD_PREFIX = "cmd " + SERVICE_NAME + " ";
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ServiceInfoTest.java | 31 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService"; field in ServiceInfoTest 35 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo()
|
D | ResolveInfoTest.java | 34 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE"; field in ResolveInfoTest 55 Intent intent = new Intent(SERVICE_NAME); in testDump()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillServiceCompatMode.java | 31 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/." + SERVICE_CLASS; field in InstrumentedAutoFillServiceCompatMode
|
D | InstrumentedAutoFillServiceInlineEnabled.java | 30 public static final String SERVICE_NAME = SERVICE_PACKAGE + "/.testcore." + SERVICE_CLASS; field in InstrumentedAutoFillServiceInlineEnabled
|
D | NoOpAutofillService.java | 35 public static final String SERVICE_NAME = field in NoOpAutofillService
|
D | BadAutofillService.java | 33 public static final String SERVICE_NAME = BadAutofillService.class.getPackage().getName() field in BadAutofillService
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | AutoFillServiceTestCase.java | 20 import static android.autofillservice.cts.testcore.InstrumentedAutoFillService.SERVICE_NAME; 426 Helper.enableAutofillService(getContext(), SERVICE_NAME); 440 Helper.assertAutofillServiceStatus(SERVICE_NAME, true); 447 Helper.assertAutofillServiceStatus(SERVICE_NAME, false);
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | AbstractVoiceInteractionTestCase.java | 45 mContext, Settings.Secure.VOICE_INTERACTION_SERVICE, Utils.SERVICE_NAME);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/ |
D | DiscoveryBaseTestCase.java | 60 private static final String SERVICE_NAME = "CtsVerifierTestService"; field in DiscoveryBaseTestCase 152 SERVICE_NAME).setServiceSpecificInfo(SUB_SSI).setMatchFilter( in executeSubscribe() 289 SERVICE_NAME).setServiceSpecificInfo( in executePublish()
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | PredictionService.java | 38 public static final String SERVICE_NAME = MY_PACKAGE + "/." field in PredictionService
|