Home
last modified time | relevance | path

Searched defs:historyFile (Results 1 – 3 of 3) sorted by relevance

/external/jline/src/src/main/java/jline/
DHistory.java34 public History(final File historyFile) throws IOException { in History()
38 public void setHistoryFile(final File historyFile) throws IOException { in setHistoryFile()
/external/zxing/android/src/com/google/zxing/client/android/history/
DHistoryActivity.java123 Parcelable historyFile = HistoryManager.saveHistory(history.toString()); in onOptionsItemSelected() local
DHistoryManager.java305 File historyFile = new File(historyRoot, "history-" + System.currentTimeMillis() + ".csv"); in saveHistory() local