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.java260 final SparseArray<HashSet<String>> mBackupParticipants field in BackupManagerService
1081 synchronized (mBackupParticipants) { in BackupManagerService()
1695 synchronized (mBackupParticipants) { in resetBackupState()
1696 final int N = mBackupParticipants.size(); in resetBackupState()
1698 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState()
1866 synchronized (mBackupParticipants) {
1913 synchronized (mBackupParticipants) {
2035 HashSet<String> set = mBackupParticipants.get(uid); in addPackageParticipantsLockedInner()
2038 mBackupParticipants.put(uid, set); in addPackageParticipantsLockedInner()
2061 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()
[all …]