HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_NAME (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/remoting/host/
constants_mac.cc 9 #define SERVICE_NAME "org.chromium.chromoting"
18 const char kServiceName[] = SERVICE_NAME;
23 const char kHostConfigFileName[] = SERVICE_NAME ".json";
24 const char kHostConfigFilePath[] = HELPER_TOOLS_DIR SERVICE_NAME ".json";
26 const char kHostHelperScriptPath[] = HELPER_TOOLS_DIR SERVICE_NAME ".me2me.sh";
28 const char kHostEnabledPath[] = HELPER_TOOLS_DIR SERVICE_NAME ".me2me_enabled";
30 const char kServicePlistPath[] = LAUNCH_AGENTS_DIR SERVICE_NAME ".plist";
32 const char kLogFilePath[] = LOG_DIR SERVICE_NAME ".log";
33 const char kLogFileConfigPath[] = LOG_CONFIG_DIR SERVICE_NAME ".conf";
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 10 SERVICE_NAME=org.chromium.chromoting
11 CONFIG_FILE="$HELPERTOOLS/$SERVICE_NAME.json"
12 SCRIPT_FILE="$HELPERTOOLS/$SERVICE_NAME.me2me.sh"
15 ENABLED_FILE="$HELPERTOOLS/$SERVICE_NAME.me2me_enabled"
63 launchctl bsexec "$pid" sudo -u "#$uid" launchctl stop "$SERVICE_NAME"
remoting_postflight.sh 10 SERVICE_NAME=org.chromium.chromoting
11 CONFIG_FILE="$HELPERTOOLS/$SERVICE_NAME.json"
12 SCRIPT_FILE="$HELPERTOOLS/$SERVICE_NAME.me2me.sh"
16 ENABLED_FILE="$HELPERTOOLS/$SERVICE_NAME.me2me_enabled"
112 launchctl bsexec "$pid" sudo -u "#$uid" launchctl start "$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);
SnepCustomClientTests.java 93 return new SnepClient(SnepValidationServerTests.SERVICE_NAME);
  /cts/tests/tests/content/src/android/content/pm/cts/
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/src/com/android/nfc/ndefpush/
NdefPushClient.java 66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
67 sock.connectToService(NdefPushServer.SERVICE_NAME);
NdefPushServer.java 44 static final String SERVICE_NAME = "com.android.npp";
134 mServerSocket = mService.createLlcpServerSocket(mSap, 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);
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 57 public static final String SERVICE_NAME = "common_time.config";
65 mRemote = ServiceManager.getService(SERVICE_NAME);
CommonClock.java 106 public static final String SERVICE_NAME = "common_time.clock";
114 mRemote = ServiceManager.getService(SERVICE_NAME);
  /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/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 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 66 ServiceManager.getService(BatteryStats.SERVICE_NAME));
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /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 
  /external/qemu/android/camera/
camera-service.c 46 #define SERVICE_NAME "camera"
    [all...]

Completed in 1618 milliseconds

1 2 3