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

/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java203 final SparseArray<HashSet<ApplicationInfo>> mBackupParticipants field in class:BackupManagerService
745 synchronized (mBackupParticipants) {
1218 synchronized (mBackupParticipants) {
1219 int N = mBackupParticipants.size();
1221 int uid = mBackupParticipants.keyAt(i);
1222 HashSet<ApplicationInfo> participants = mBackupParticipants.valueAt(i);
1312 synchronized (mBackupParticipants) {
1327 synchronized (mBackupParticipants) {
1377 HashSet<ApplicationInfo> set = mBackupParticipants.get(uid);
1380 mBackupParticipants
[all...]

Completed in 46 milliseconds