/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);
|
/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";
|
/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 | 106 public static final String SERVICE_NAME = "common_time.clock"; 114 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 | 51 public static final String SERVICE_NAME = "batterystats"; [all...] |
/external/qemu/android/camera/ |
camera-service.c | 46 #define SERVICE_NAME "camera" [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomServiceImpl.java | 124 private static final String SERVICE_NAME = "telecom";
|
/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 | |
/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 | |
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.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 | |
/packages/apps/Nfc/src/com/android/nfc/ |
NfcService.java | 90 public static final String SERVICE_NAME = "nfc"; 355 ServiceManager.addService(SERVICE_NAME, mNfcAdapter); [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ProcessStats.java | 51 public static final String SERVICE_NAME = "procstats"; [all...] |