HomeSort by relevance Sort by last modified time
    Searched defs:SERVICE_NAME (Results 26 - 50 of 53) sorted by null

12 3

  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 20 SERVICE_NAME = 'org.chromium.peerd'
59 if not bus.name_has_owner(SERVICE_NAME):
77 self._bus.get_object(SERVICE_NAME, DBUS_PATH_MANAGER),
83 self._bus.get_object(SERVICE_NAME, DBUS_PATH_OBJECT_MANAGER),
  /packages/apps/Dialer/java/com/android/voicemail/impl/com/google/internal/communications/voicemailtranscription/v1/
VoicemailTranscriptionServiceGrpc.java 46 public static final String SERVICE_NAME = "google.internal.communications.voicemailtranscription.v1.VoicemailTranscriptionService";
250 return new io.grpc.ServiceDescriptor(SERVICE_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/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DataPathOutOfBandTestCase.java 85 private static final String SERVICE_NAME = "CtsVerifierTestService";
190 SERVICE_NAME).build();
307 SERVICE_NAME).build();
DataPathInBandTestCase.java 76 private static final String SERVICE_NAME = "CtsVerifierTestService";
177 SERVICE_NAME).setServiceSpecificInfo(SUB_SSI).setMatchFilter(
329 SERVICE_NAME).setServiceSpecificInfo(PUB_SSI).setMatchFilter(
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 49 private static final String SERVICE_NAME = "android.app.stubs.MockService";
303 if (rs.service.getClassName().equals(SERVICE_NAME)) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 24 import static android.autofillservice.cts.InstrumentedAutoFillService.SERVICE_NAME;
160 Helper.enableAutofillService(getContext(), SERVICE_NAME);
170 Helper.disableAutofillService(getContext(), SERVICE_NAME);
178 Helper.assertAutofillServiceStatus(SERVICE_NAME, true);
185 Helper.assertAutofillServiceStatus(SERVICE_NAME, false);
InstrumentedAutoFillService.java 56 static final String SERVICE_NAME = InstrumentedAutoFillService.class.getPackage()
Helper.java 19 import static android.autofillservice.cts.InstrumentedAutoFillService.SERVICE_NAME;
866 disableAutofillService(getContext(), SERVICE_NAME);
    [all...]
  /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,
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 48 #define SERVICE_NAME "org.chromium.dhcpcd"
50 #define S_EINVAL SERVICE_NAME ".InvalidArgument"
89 " <interface name=\"" SERVICE_NAME "\">\n";
309 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME, "Event");
385 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME, "Event");
503 dbus_message_is_method_call(msg, SERVICE_NAME, method)
711 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME,
  /frameworks/base/core/java/android/os/
CommonClock.java 105 public static final String SERVICE_NAME = "common_time.clock";
113 mRemote = ServiceManager.getService(SERVICE_NAME);
CommonTimeConfig.java 57 public static final String SERVICE_NAME = "common_time.config";
65 mRemote = ServiceManager.getService(SERVICE_NAME);
BatteryStats.java 60 public static final String SERVICE_NAME = "batterystats";
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java 59 private static final String SERVICE_NAME = IpConnectivityLog.SERVICE_NAME;
114 publishBinderService(SERVICE_NAME, impl);
115 publishBinderService(mNetdListener.SERVICE_NAME, mNetdListener);
NetdEventListenerService.java 53 public static final String SERVICE_NAME = "netd_listener";
  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 29 static final String SERVICE_NAME = "bttraffic";
94 "-e", "java", SERVICE_NAME,
185 SERVICE_NAME, SERVICE_UUID);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 55 private static final String SERVICE_NAME = "android.content.pm.cts.TestPmService";
100 checkServiceInfoName(SERVICE_NAME, services);
196 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
211 assertEquals(SERVICE_NAME, mPackageManager.getServiceInfo(serviceName,
434 intent.setComponent(new ComponentName(PACKAGE_NAME, SERVICE_NAME));
437 assertEquals(SERVICE_NAME, resolveInfo.serviceInfo.name);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java 64 public static final String SERVICE_NAME = "procstats";
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 105 public static final String SERVICE_NAME = "nfc";
481 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
    [all...]

Completed in 1684 milliseconds

12 3