HomeSort by relevance Sort by last modified time
    Searched defs:SERVICES (Results 1 - 7 of 7) sorted by null

  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 42 private final Class<?>[] SERVICES = new Class[] {
56 private final SystemUI[] mServices = new SystemUI[SERVICES.length];
64 // Set the application theme that is inherited by all services. Note that setting the
90 * Makes sure that all the SystemUI services are running. If they are already running, this is a
91 * no-op. This is needed to conditinally start all the services, as we only need to have it in
110 Log.v(TAG, "Starting SystemUI services.");
111 final int N = SERVICES.length;
113 Class<?> cl = SERVICES[i];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
BaseEmulatorActivity.java 34 final ArrayList<ComponentName> SERVICES = new ArrayList<ComponentName>(
146 for (ComponentName component : SERVICES) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 9 #define SERVICES 0x00000002
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 128 milliseconds