Searched defs:doAllApps (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java510 boolean saveShared, boolean alsoWidgets, boolean doAllApps, boolean doSystem,
517 allApps = doAllApps;
3656 boolean doWidgets, String curPassword, String encryptPassword, boolean doAllApps,
3666 mAllApps = doAllApps;
3789 // doAllApps supersedes the package set if any
8603 boolean doAllApps, boolean includeSystem, boolean compress, String[] pkgList) {
8612 if (!doAllApps) {
8633 + " obb=" + includeObbs + " shared=" + includeShared + " all=" + doAllApps
8638 includeShared, doWidgets, doAllApps, includeSystem, compress, pkgList);
509 FullBackupParams(ParcelFileDescriptor output, boolean saveApks, boolean saveObbs, boolean saveShared, boolean alsoWidgets, boolean doAllApps, boolean doSystem, boolean compress, String[] pkgList) argument
3654 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
8601 fullBackup(ParcelFileDescriptor fd, boolean includeApks, boolean includeObbs, boolean includeShared, boolean doWidgets, boolean doAllApps, boolean includeSystem, boolean compress, String[] pkgList) argument

Completed in 50 milliseconds