Home
last modified time | relevance | path

Searched refs:mBackupParticipants (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java672 synchronized (mBackupParticipants) { in UserBackupManagerService()
1278 synchronized (mBackupParticipants) { in resetBackupState()
1396 synchronized (mBackupParticipants) {
1451 synchronized (mBackupParticipants) {
1502 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()
1540 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()
1550 mBackupParticipants.remove(oldUid); in removePackageParticipantsLocked()
2697 synchronized (mBackupParticipants) { in dataChangedTargets()
2706 synchronized (mBackupParticipants) { in dataChangedTargets()
4329 int numPackages = mBackupParticipants.size(); in dumpInternal()
[all …]