HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SERVICES (Results 1 - 2 of 2) sorted by null

  /external/qemu/proxy/
proxy_common.c 251 #define MAX_SERVICES 4
253 static ProxyService* s_services[ MAX_SERVICES ];
272 if (!service || s_num_services >= MAX_SERVICES)
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 63 static final int MAX_SERVICES = 100;
661 = am.getRunningServices(MAX_SERVICES);
    [all...]

Completed in 35 milliseconds