Searched refs:mFullBackupQueue (Results 1 – 1 of 1) sorted by relevance
618 ArrayList<FullBackupEntry> mFullBackupQueue; field in BackupManagerService1259 mFullBackupQueue = readFullBackupSchedule(); in initPackageTracking()1388 int N = mFullBackupQueue.size();1392 FullBackupEntry entry = mFullBackupQueue.get(i);4352 if (mFullBackupQueue.size() > 0) { in scheduleNextFullBackupJob()4356 final long upcomingLastBackup = mFullBackupQueue.get(0).lastBackup; in scheduleNextFullBackupJob()4381 int N = mFullBackupQueue.size(); in enqueueFullBackup()4386 final FullBackupEntry e = mFullBackupQueue.get(i); in enqueueFullBackup()4388 mFullBackupQueue.remove(i); in enqueueFullBackup()4398 for (which = mFullBackupQueue.size() - 1; which >= 0; which--) { in enqueueFullBackup()[all …]