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

  /cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfo_DisplayNameComparatorTest.java 33 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE";
56 intent = new Intent(SERVICE_NAME);
ServiceInfoTest.java 34 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService";
70 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
ResolveInfoTest.java 37 private static final String SERVICE_NAME = "android.content.pm.cts.activity.PMTEST_SERVICE";
110 Intent intent = new Intent(SERVICE_NAME);
PackageManagerTest.java 61 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService";
151 checkServiceInfoName(SERVICE_NAME, services);
376 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
391 assertEquals(SERVICE_NAME, mPackageManager.getServiceInfo(serviceName,
738 intent.setComponent(new ComponentName(PACKAGE_NAME, SERVICE_NAME));
741 assertEquals(SERVICE_NAME, resolveInfo.serviceInfo.name);
    [all...]
  /external/qemu/android/
boot-properties.c 121 #define SERVICE_NAME "boot-properties"
169 QemudService* serv = qemud_service_register( SERVICE_NAME,
173 derror("could not register '%s' service", SERVICE_NAME);
176 D("registered '%s' qemud service", SERVICE_NAME);
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 45 private static final String SERVICE_NAME = "android.app.cts.MockService";
211 if (rs.service.getClassName().equals(SERVICE_NAME)) {
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaService.java 42 public static final String SERVICE_NAME = "lh2";
43 public static final String FEATURE_SERVICE_NAME = "service_" + SERVICE_NAME;
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 60 public static final String SERVICE_NAME = "usagestats";
496 ServiceManager.addService(SERVICE_NAME, asBinder());
508 IBinder b = ServiceManager.getService(SERVICE_NAME);
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 62 public static final String SERVICE_NAME = "nfc";
201 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
    [all...]

Completed in 1653 milliseconds