Searched defs:historyFile (Results 1 – 3 of 3) sorted by relevance
34 public History(final File historyFile) throws IOException { in History()38 public void setHistoryFile(final File historyFile) throws IOException { in setHistoryFile()
123 Parcelable historyFile = HistoryManager.saveHistory(history.toString()); in onOptionsItemSelected() local
305 File historyFile = new File(historyRoot, "history-" + System.currentTimeMillis() + ".csv"); in saveHistory() local