Searched refs:mFullBackupQueue (Results 1 – 1 of 1) sorted by relevance
384 private ArrayList<FullBackupEntry> mFullBackupQueue; field in UserBackupManagerService531 mFullBackupQueue = new ArrayList<>(); in UserBackupManagerService()969 mFullBackupQueue = readFullBackupSchedule(); in initPackageTracking()1117 int numPackages = mFullBackupQueue.size();1121 FullBackupEntry entry = mFullBackupQueue.get(i);2105 if (mFullBackupQueue.size() > 0) { in scheduleNextFullBackupJob()2109 final long upcomingLastBackup = mFullBackupQueue.get(0).lastBackup; in scheduleNextFullBackupJob()2132 final int numPackages = mFullBackupQueue.size(); in dequeueFullBackupLocked()2134 final FullBackupEntry e = mFullBackupQueue.get(i); in dequeueFullBackupLocked()2136 mFullBackupQueue.remove(i); in dequeueFullBackupLocked()[all …]