OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appList
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
RunningAppProcessInfoTest.java
37
List<ActivityManager.RunningAppProcessInfo>
appList
=
42
"/aaa0fee0d7a8da347a0c47cef5249c70efee209e", (
appList
.size() == 1));
/development/apps/Development/src/com/android/development/
AppHwConfigList.java
82
List<ApplicationInfo>
appList
= mPm.getInstalledApplications(0);
83
for (ApplicationInfo app :
appList
) {
RunningProcesses.java
82
List<ActivityManager.RunningAppProcessInfo>
appList
= am.getRunningAppProcesses();
83
for (ActivityManager.RunningAppProcessInfo app :
appList
) {
/external/icu/icu4c/source/samples/layout/
cgnomelayout.c
41
static GSList *
appList
= NULL;
278
appList
= g_slist_prepend(
appList
, app);
295
appList
= g_slist_remove(
appList
, app);
299
if (
appList
== NULL) {
gnomelayout.cpp
51
static GSList *
appList
= NULL;
279
appList
= g_slist_prepend(
appList
, app);
296
appList
= g_slist_remove(
appList
, app);
300
if (
appList
== NULL) {
Completed in 651 milliseconds