Searched refs:getStashFile (Results 1 – 1 of 1) sorted by relevance
309 try (FileOutputStream fOutput = new FileOutputStream(getStashFile(userId))) { in restoreFromJsonArray()318 File stashFile = getStashFile(userId); in restoreFromJsonArray()331 try (FileInputStream fIn = new FileInputStream(getStashFile(userId))) { in accountAddedInternal()437 private static File getStashFile(int userId) { in getStashFile() method in AccountSyncSettingsBackupHelper