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