Searched defs:mBackupParticipants (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java282 final SparseArray<HashSet<String>> mBackupParticipants field in class:BackupManagerService
1183 synchronized (mBackupParticipants) {
1802 synchronized (mBackupParticipants) {
1803 final int N = mBackupParticipants.size();
1805 HashSet<String> participants = mBackupParticipants.valueAt(i);
1973 synchronized (mBackupParticipants) {
2033 synchronized (mBackupParticipants) {
2162 HashSet<String> set = mBackupParticipants.get(uid);
2165 mBackupParticipants.put(uid, set);
2188 HashSet<String> set = mBackupParticipants
[all...]

Completed in 41 milliseconds