HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 151 - 175 of 322) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
StorageMeasurement.java 84 * Total apps disk usage per profiles of the current user.
87 * all apps (regardless of install status for the given profile), and
88 * internal disk used by the profile's apps. When the device
90 * used by the profile's apps.
93 * usage by all apps on that volume and only for the primary profile.
100 * Total cache disk usage by apps (over all users and profiles).
386 // Measure total emulated storage of all users; internal apps data
402 // Measure all apps hosted on this volume for all users
404 final List<ApplicationInfo> apps = packageManager.getInstalledApplications( local
409 for (ApplicationInfo app : apps) {
    [all...]
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 49 * apps - A list of applications to start and their corresponding result keys
51 * -e apps <app name>^<result key>|<app name>^<result key>
62 private static final String KEY_APPS = "apps";
124 Log.e(TAG, "The apps key is incorectly formatted");
162 Log.i(TAG, "Could not find any apps");
287 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses(); local
289 for (RunningAppProcessInfo proc : apps) {
  /frameworks/support/core-utils/
Android.mk 107 # Here is the final static library that apps can link against.
  /frameworks/support/fragment/
Android.mk 78 # Here is the final static library that apps can link against.
  /frameworks/support/media-compat/
Android.mk 96 # Here is the final static library that apps can link against.
  /frameworks/support/transition/
Android.mk 81 # Here is the final static library that apps can link against.
  /frameworks/support/v17/preference-leanback/
Android.mk 53 # Here is the final static library that apps can link against.
  /frameworks/support/v7/cardview/
Android.mk 74 # Here is the final static library that apps can link against.
  /frameworks/support/v7/mediarouter/
Android.mk 66 # Here is the final static library that apps can link against.
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
vdec.mk 89 # Make the apps-test (mm-vdec-omx-test)
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 57 private static final String MAPS_PACKAGE_NAME = "com.google.android.apps.maps";
240 List<ResolveInfo> apps = pm.queryIntentActivities(cameraIntent, 0); local
242 sCameraAvailable = !apps.isEmpty();
  /packages/apps/TV/usbtuner/
Android.mk 47 # The final static library that apps can link against.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 17 package com.android.tv.settings.device.apps;
369 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {}
EnableDisablePreference.java 17 package com.android.tv.settings.device.apps;
83 // Get list of "home" apps and trace through any meta-data references
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 76 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags, List<String> apps) {
78 mCurrentApps = apps;
  /build/soong/java/
app.go 17 // This file contains the module types for compiling Android apps.
117 // apps manifests are handled by aapt, don't let javaBase see them
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 176 public void onRebuildComplete(ArrayList<AppEntry> apps) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LocationFragment.java 38 import com.android.tv.settings.device.apps.AppManagementFragment;
127 // If there's no item to display, add a "No recent apps" item.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 136 // Only the owner can see all apps.
233 // There are less apps now, some must have been uninstalled.
627 List<AppEntry> apps; local
629 apps = new ArrayList<>(mAppEntries);
634 for (int i=0; i<apps.size(); i++) {
635 AppEntry entry = apps.get(i);
799 // duplicates of work only apps showing up as 'not installed
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 78 private int mBatchSize; // 0 is all apps at once
165 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
166 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
167 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
272 // From all apps
1911 List<LauncherActivityInfo> apps = null; local
    [all...]
  /frameworks/support/design/
Android.mk 122 # Here is the final static library that apps can link against.
  /frameworks/support/v17/leanback/
Android.mk 88 # Here is the final static library that apps can link against.

Completed in 681 milliseconds

1 2 3 4 5 67 8 91011>>