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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java260 final SparseArray<HashSet<String>> mBackupParticipants field in class:BackupManagerService
1081 synchronized (mBackupParticipants) {
1695 synchronized (mBackupParticipants) {
1696 final int N = mBackupParticipants.size();
1698 HashSet<String> participants = mBackupParticipants.valueAt(i);
1866 synchronized (mBackupParticipants) {
1913 synchronized (mBackupParticipants) {
2035 HashSet<String> set = mBackupParticipants.get(uid);
2038 mBackupParticipants.put(uid, set);
2061 HashSet<String> set = mBackupParticipants
[all...]

Completed in 40 milliseconds