HomeSort by relevance Sort by last modified time
    Searched defs:SERVICE_NAME (Results 1 - 14 of 14) 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...]
  /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);
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceConstants.java 114 public static final String SERVICE_NAME = "GoogleLoginService";
125 SERVICE_PACKAGE_NAME + "." + 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)) {
  /external/qemu/android/
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";
128 mServerSocket = mService.createLlcpServerSocket(mSap, SERVICE_NAME,
  /packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
AutomationProvider.java 28 private static final String SERVICE_NAME = "com.android.testing.uiautomation";
64 if (!context.bindService(new Intent(SERVICE_NAME),
  /external/qemu/android/camera/
camera-service.c 46 #define SERVICE_NAME "camera"
    [all...]
  /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 84 public static final String SERVICE_NAME = "nfc";
337 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
    [all...]

Completed in 2257 milliseconds