Searched refs:mFullBackupQueue (Results 1 – 1 of 1) sorted by relevance
383 private ArrayList<FullBackupEntry> mFullBackupQueue; field in UserBackupManagerService966 mFullBackupQueue = readFullBackupSchedule(); in initPackageTracking()2101 if (mFullBackupQueue.size() > 0) { in scheduleNextFullBackupJob()2128 final int numPackages = mFullBackupQueue.size(); in dequeueFullBackupLocked()2132 mFullBackupQueue.remove(i); in dequeueFullBackupLocked()2164 mFullBackupQueue.add(0, newEntry); in enqueueFullBackup()2279 if (mFullBackupQueue.size() == 0) { in beginFullBackup()2309 entry = mFullBackupQueue.get(0); in beginFullBackup()2343 mFullBackupQueue.remove(0); in beginFullBackup()2422 mFullBackupQueue.remove(0); in beginFullBackup()[all …]