OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SERVICES
(Results
1 - 2
of
2
) sorted by null
/external/qemu/proxy/
proxy_common.c
250
#define
MAX_SERVICES
4
252
static ProxyService* s_services[
MAX_SERVICES
];
271
if (!service || s_num_services >=
MAX_SERVICES
)
/packages/apps/Settings/src/com/android/settings/
RunningServices.java
79
static final int
MAX_SERVICES
= 100;
451
= am.getRunningServices(
MAX_SERVICES
);
[
all
...]
Completed in 599 milliseconds