Home
last modified time | relevance | path

Searched refs:SERVICE_NAME (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillRestrictionsTest.java26 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()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutoFillServiceTestCase.java49 private static final String SERVICE_NAME = field in AutoFillServiceTestCase
157 runShellCommand("settings put secure %s %s default", AUTOFILL_SERVICE, SERVICE_NAME); in enableService()
206 return SERVICE_NAME.equals(service); in isServiceEnabled()
211 final String expected = enabled ? SERVICE_NAME : "null"; in assertServiceStatus()
/cts/tests/tests/content/src/android/content/pm/cts/
DServiceInfoTest.java29 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService"; field in ServiceInfoTest
33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo()
DResolveInfoTest.java32 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE"; field in ResolveInfoTest
53 Intent intent = new Intent(SERVICE_NAME); in testDump()
DPackageManagerTest.java55 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService"; field in PackageManagerTest
100 checkServiceInfoName(SERVICE_NAME, services); in testQuery()
196 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testGetInfo()
211 assertEquals(SERVICE_NAME, mPackageManager.getServiceInfo(serviceName, in testGetInfo()
434 intent.setComponent(new ComponentName(PACKAGE_NAME, SERVICE_NAME)); in testResolveMethods()
437 assertEquals(SERVICE_NAME, resolveInfo.serviceInfo.name); in testResolveMethods()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java35 private static final String SERVICE_NAME = APP2_PACKAGE + ".MyService"; field in MyServiceClient
64 intent.setComponent(new ComponentName(APP2_PACKAGE, SERVICE_NAME)); in bind()
DRemoteSocketFactoryClient.java39 private static final String SERVICE_NAME = APP2_PACKAGE + ".RemoteSocketFactoryService"; field in RemoteSocketFactoryClient
68 intent.setComponent(new ComponentName(APP2_PACKAGE, SERVICE_NAME)); in bind()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathOutOfBandTestCase.java84 private static final String SERVICE_NAME = "CtsVerifierTestService"; field in DataPathOutOfBandTestCase
184 SERVICE_NAME).build(); in executeTestResponder()
299 SERVICE_NAME).build(); in executeTestInitiator()
DDataPathInBandTestCase.java75 private static final String SERVICE_NAME = "CtsVerifierTestService"; field in DataPathInBandTestCase
171 SERVICE_NAME).setServiceSpecificInfo(SUB_SSI).setMatchFilter( in executeTestSubscriber()
321 SERVICE_NAME).setServiceSpecificInfo(PUB_SSI).setMatchFilter( in executeTestPublisher()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java49 private static final String SERVICE_NAME = "android.app.stubs.MockService"; field in ActivityManagerTest
303 if (rs.service.getClassName().equals(SERVICE_NAME)) {
/cts/tools/dex-tools/dex/
Dclasses.out.dex18725 public static final java.lang.String SERVICE_NAME