HomeSort by relevance Sort by last modified time
    Searched defs:SERVICE_NAME (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfo_DisplayNameComparatorTest.java 28 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE";
37 intent = new Intent(SERVICE_NAME);
ServiceInfoTest.java 29 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService";
33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
ResolveInfoTest.java 32 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE";
53 Intent intent = new Intent(SERVICE_NAME);
PackageManagerTest.java 55 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService";
100 checkServiceInfoName(SERVICE_NAME, services);
201 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
216 assertEquals(SERVICE_NAME, mPackageManager.getServiceInfo(serviceName,
439 intent.setComponent(new ComponentName(PACKAGE_NAME, SERVICE_NAME));
442 assertEquals(SERVICE_NAME, resolveInfo.serviceInfo.name);
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationClientTests.java 40 public static final String SERVICE_NAME = SnepValidationServerTests.SERVICE_NAME;
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "...");
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "...");
103 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "...");
148 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "...");
164 SnepClient client = new SnepClient(SERVICE_NAME, 100, FRAGMENT_LENGTH);
166 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "...");
199 return new SnepClient(SERVICE_NAME, FRAGMENT_LENGTH);
SnepValidationServerTests.java 41 static final String SERVICE_NAME = "urn:nfc:xsn:nfc-forum.org:snep-validation";
58 SnepServer server = new SnepServer(SERVICE_NAME, SERVICE_SAP, this);
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 40 private static final String SERVICE_NAME = "android.app.cts.MockService";
191 if (rs.service.getClassName().equals(SERVICE_NAME)) {
  /external/qemu/android/
adb-qemud.c 34 #define SERVICE_NAME "adb"
388 QemudService* serv = qemud_service_register(SERVICE_NAME, 0, NULL,
393 __FUNCTION__, SERVICE_NAME);
396 D("%s: Registered '%s' qemud service", __FUNCTION__, SERVICE_NAME);
boot-properties.c 291 #define SERVICE_NAME "boot-properties"
339 QemudService* serv = qemud_service_register( SERVICE_NAME,
345 derror("could not register '%s' service", SERVICE_NAME);
348 D("registered '%s' qemud service", SERVICE_NAME);
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 44 static final String SERVICE_NAME = "com.android.npp";
134 mServerSocket = mService.createLlcpServerSocket(mSap, SERVICE_NAME,
  /frameworks/base/core/java/android/os/
CommonClock.java 114 public static final String SERVICE_NAME = "common_time.clock";
122 mRemote = ServiceManager.getService(SERVICE_NAME);
CommonTimeConfig.java 58 public static final String SERVICE_NAME = "common_time.config";
66 mRemote = ServiceManager.getService(SERVICE_NAME);
  /external/qemu/android/camera/
camera-service.c 46 #define SERVICE_NAME "camera"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 70 public static final String SERVICE_NAME = "usagestats";
643 ServiceManager.addService(SERVICE_NAME, asBinder());
675 IBinder b = ServiceManager.getService(SERVICE_NAME);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 88 public static final String SERVICE_NAME = "nfc";
417 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
    [all...]

Completed in 683 milliseconds