Searched refs:mPendingBackups (Results 1 – 2 of 2) sorted by relevance
64 private final IntArray mPendingBackups; field in PackageRollbackInfo116 mPendingBackups.add(userId); in addPendingBackup()121 return mPendingBackups; in getPendingBackups()167 int idx = mPendingBackups.indexOf(userId); in removePendingBackup()169 mPendingBackups.remove(idx); in removePendingBackup()186 this.mPendingBackups = pendingBackups; in PackageRollbackInfo()198 this.mPendingBackups = null; in PackageRollbackInfo()
330 private final HashMap<String, BackupRequest> mPendingBackups = new HashMap<>(); field in UserBackupManagerService742 return mPendingBackups; in getPendingBackups()1426 mPendingBackups.remove(packageName); in removePackageFromSetLocked()2348 if (mPendingBackups.put(packageName, req) == null) { in dataChangedImpl()3662 pw.println("Pending key/value backup: " + mPendingBackups.size()); in dumpInternal()3663 for (BackupRequest req : mPendingBackups.values()) { in dumpInternal()