Searched refs:RestoreUpdateRecord (Results 1 – 1 of 1) sorted by relevance
4203 private final HashMap<Provider, ArrayList<RestoreUpdateRecord>> mUpdatesByProvider =4205 private final HashMap<Host, ArrayList<RestoreUpdateRecord>> mUpdatesByHost =4492 Set<Map.Entry<Provider, ArrayList<RestoreUpdateRecord>>> providerEntries in restoreFinished()4494 for (Map.Entry<Provider, ArrayList<RestoreUpdateRecord>> e : providerEntries) { in restoreFinished()4497 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in restoreFinished()4508 RestoreUpdateRecord r = updates.get(i); in restoreFinished()4526 Set<Map.Entry<Host, ArrayList<RestoreUpdateRecord>>> hostEntries in restoreFinished()4528 for (Map.Entry<Host, ArrayList<RestoreUpdateRecord>> e : hostEntries) { in restoreFinished()4531 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in restoreFinished()4542 RestoreUpdateRecord r = updates.get(i); in restoreFinished()[all …]