Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java251 private final SparseArray<HashSet<String>> mBackupParticipants field in BackupManagerService
868 synchronized (mBackupParticipants) { in BackupManagerService()
1163 synchronized (mBackupParticipants) { in resetBackupState()
1164 final int N = mBackupParticipants.size(); in resetBackupState()
1166 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState()
1256 synchronized (mBackupParticipants) {
1307 synchronized (mBackupParticipants) {
1344 HashSet<String> set = mBackupParticipants.get(uid); in addPackageParticipantsLockedInner()
1347 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()
1374 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()
[all …]