OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVICE_NAME
(Results
1 - 14
of
14
) sorted by null
/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
"
/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);
/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
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 1184 milliseconds