Searched refs:helperSimulators (Results 1 – 1 of 1) sorted by relevance
124 private final Map<String, BackupHelperSimulator> helperSimulators; field in BackupAgentHelperShadow129 helperSimulators = new TreeMap<>(); in BackupAgentHelperShadow()147 helperSimulators.put(keyPrefix, simulator); in addHelper()155 for (Map.Entry<String, BackupHelperSimulator> simulatorEntry : helperSimulators.entrySet()) { in onBackup()170 for (Map.Entry<String, BackupHelperSimulator> simulatorEntry : helperSimulators.entrySet()) { in onRestore()