Searched refs:mBackupParticipants (Results 1 – 1 of 1) sorted by relevance
347 private final SparseArray<HashSet<String>> mBackupParticipants = new SparseArray<>(); field in UserBackupManagerService652 synchronized (mBackupParticipants) { in UserBackupManagerService()1262 synchronized (mBackupParticipants) { in resetBackupState()1263 final int numParticipants = mBackupParticipants.size(); in resetBackupState()1265 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState()1380 synchronized (mBackupParticipants) {1435 synchronized (mBackupParticipants) {1483 HashSet<String> set = mBackupParticipants.get(uid); in addPackageParticipantsLockedInner()1486 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()1524 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()[all …]