Searched refs:mFullBackupQueue (Results 1 – 1 of 1) sorted by relevance
681 private ArrayList<FullBackupEntry> mFullBackupQueue; field in BackupManagerService921 mFullBackupQueue = readFullBackupSchedule(); in initPackageTracking()1047 int N = mFullBackupQueue.size();1051 FullBackupEntry entry = mFullBackupQueue.get(i);1913 if (mFullBackupQueue.size() > 0) { in scheduleNextFullBackupJob()1917 final long upcomingLastBackup = mFullBackupQueue.get(0).lastBackup; in scheduleNextFullBackupJob()1942 final int N = mFullBackupQueue.size(); in dequeueFullBackupLocked()1944 final FullBackupEntry e = mFullBackupQueue.get(i); in dequeueFullBackupLocked()1946 mFullBackupQueue.remove(i); in dequeueFullBackupLocked()1968 for (which = mFullBackupQueue.size() - 1; which >= 0; which--) { in enqueueFullBackup()[all …]