Searched refs:mBackupParticipants (Results 1 – 1 of 1) sorted by relevance
281 private final SparseArray<HashSet<String>> mBackupParticipants = new SparseArray<>(); field in UserBackupManagerService573 synchronized (mBackupParticipants) { in UserBackupManagerService()1121 synchronized (mBackupParticipants) { in resetBackupState()1122 final int numParticipants = mBackupParticipants.size(); in resetBackupState()1124 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState()1221 synchronized (mBackupParticipants) {1267 synchronized (mBackupParticipants) {1305 HashSet<String> set = mBackupParticipants.get(uid); in addPackageParticipantsLockedInner()1308 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()1335 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()[all …]