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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/preload/
Policy.java 38 * Long running services. These are restricted in their contribution to the
42 private static final Set<String> SERVICES = new HashSet<String>(Arrays.asList(
81 return SERVICES.contains(processName);
  /system/core/adb/
adb_trace.h 37 SERVICES,
adb_trace.cpp 131 {"services", SERVICES},
  /external/autotest/site_utils/
clear.sh 12 declare -a SERVICES=("apache2" "scheduler" "host-scheduler" "shard-client"
18 for s in "${SERVICES[@]}"; do
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
protobuf_lexer.g 35 SERVICES;
protobuf.g 155 ^(SERVICES service*)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 46 private final Class<?>[] SERVICES = new Class[] {
63 * The classes of the stuff to start for each user. This is a subset of the services listed
74 private final SystemUI[] mServices = new SystemUI[SERVICES.length];
82 // Set the application theme that is inherited by all services. Note that setting the
118 * Makes sure that all the SystemUI services are running. If they are already running, this is a
119 * no-op. This is needed to conditinally start all the services, as we only need to have it in
125 startServicesIfNeeded(SERVICES);
129 * Ensures that all the Secondary user SystemUI services are running. If they are already
130 * running, this is a no-op. This is needed to conditinally start all the services, as we only
139 private void startServicesIfNeeded(Class<?>[] services) {
    [all...]
  /bootable/recovery/minadbd/
services.cpp 84 VLOG(SERVICES) << "service thread started, " << s[0] << ":" << s[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 9 #define SERVICES 0x00000002
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
BaseEmulatorActivity.java 34 final ArrayList<ComponentName> SERVICES = new ArrayList<ComponentName>(
156 for (ComponentName component : SERVICES) {
  /external/google-breakpad/android/sample_app/jni/
Application.mk 24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/smali/deodexerant/
Android.mk 24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/samples/
count-hosts.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/intl/collator/
wellformed-unsupported-locale.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/intl/date-format/
wellformed-unsupported-locale.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/intl/number-format/
wellformed-unsupported-locale.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/intl/
utils.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  /external/v8/test/message/
isvar.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
non-use-strict-hex-escape.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
non-use-strict-octal-escape.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
non-use-strict-uhex-escape.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
nonstrict-with.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
overwritten-builtins.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
paren_in_arg_string.js 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,

Completed in 1457 milliseconds

1 2 3 4 5 6 7 8 91011>>