Searched refs:mBackupParticipants (Results 1 – 1 of 1) sorted by relevance
356 private final SparseArray<HashSet<String>> mBackupParticipants = new SparseArray<>(); field in UserBackupManagerService672 synchronized (mBackupParticipants) { in UserBackupManagerService()1278 synchronized (mBackupParticipants) { in resetBackupState()1279 final int numParticipants = mBackupParticipants.size(); in resetBackupState()1281 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState()1396 synchronized (mBackupParticipants) {1451 synchronized (mBackupParticipants) {1499 HashSet<String> set = mBackupParticipants.get(uid); in addPackageParticipantsLockedInner()1502 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()1540 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()[all …]