Searched defs:doAllApps (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java553 boolean saveShared, boolean alsoWidgets, boolean doAllApps, boolean doSystem,
560 allApps = doAllApps;
4018 boolean doWidgets, String curPassword, String encryptPassword, boolean doAllApps,
4028 mAllApps = doAllApps;
4154 // doAllApps supersedes the package set if any
9335 boolean doAllApps, boolean includeSystem, boolean compress, String[] pkgList) {
9345 if (!doAllApps) {
9366 + " obb=" + includeObbs + " shared=" + includeShared + " all=" + doAllApps
9371 includeShared, doWidgets, doAllApps, includeSystem, compress, pkgList);
552 FullBackupParams(ParcelFileDescriptor output, boolean saveApks, boolean saveObbs, boolean saveShared, boolean alsoWidgets, boolean doAllApps, boolean doSystem, boolean compress, String[] pkgList) argument
4016 PerformAdbBackupTask(ParcelFileDescriptor fd, IFullBackupRestoreObserver observer, boolean includeApks, boolean includeObbs, boolean includeShared, boolean doWidgets, String curPassword, String encryptPassword, boolean doAllApps, boolean doSystem, boolean doCompress, String[] packages, AtomicBoolean latch) argument
9333 fullBackup(ParcelFileDescriptor fd, boolean includeApks, boolean includeObbs, boolean includeShared, boolean doWidgets, boolean doAllApps, boolean includeSystem, boolean compress, String[] pkgList) argument

Completed in 98 milliseconds