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

  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 54 var appList = [];
56 // The index of an app in |appList| that should be highlighted.
65 for (var i = 0; i < appList.length; i++) {
66 var item = appList[i];
71 // Puts only enabled apps from completeList into appList.
74 appList = [];
84 appList.push(item);
139 if (newIndex >= 0 && newIndex <= appList.length - 1) {
147 } else if (newIndex == appList.length - 1) {
183 changeSelection(appList.length - 1)
    [all...]
  /external/icu4c/samples/layout/
gnomelayout.cpp 45 static GSList *appList = NULL;
273 appList = g_slist_prepend(appList, app);
290 appList = g_slist_remove(appList, app);
294 if (appList == NULL) {
cgnomelayout.c 35 static GSList *appList = NULL;
272 appList = g_slist_prepend(appList, app);
289 appList = g_slist_remove(appList, app);
293 if (appList == NULL) {
  /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) {
PermissionDetails.java 80 ArrayList<PackageInfo> appList = msg.getData().getParcelableArrayList(KEY_APPS_USING_PERM);
81 createAppList(appList);
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 65 AppNameComparator(Map<String, CharSequence> appList) {
66 mAppLabelList = appList;
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 60 var appList = document.getElementById("app-list");
82 appList.appendChild(a);
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 60 var appList = document.getElementById("app-list");
82 appList.appendChild(a);

Completed in 430 milliseconds