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

  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 159 * @param allApps If <code>true</code>, the resulting tar stream will include all
162 * @param allIncludesSystem If {@code true}, then {@code allApps} will be interpreted
164 * then setting {@code allApps} to {@code true} will mean only that all 3rd-party
167 * are to be backed up. The <code>allApps</code> parameter supersedes this.
170 boolean includeShared, boolean allApps, boolean allIncludesSystem,
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 190 ArrayList<AppInfo> allApps, ArrayList<ComponentName> onWorkspace,
210 for (AppInfo info: allApps) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 395 public boolean allApps;
405 allApps = doAllApps;
599 params.allApps, params.includeSystem, params.packages, params.latch);
    [all...]

Completed in 137 milliseconds