Home
last modified time | relevance | path

Searched refs:helperSimulators (Results 1 – 1 of 1) sorted by relevance

/external/libbackup/src/com/google/android/libraries/backup/shadow/
DBackupAgentHelperShadow.java124 private final Map<String, BackupHelperSimulator> helperSimulators; field in BackupAgentHelperShadow
129 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()