HomeSort by relevance Sort by last modified time
    Searched defs:HistoryEntry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calculator/src/com/android/calculator2/
HistoryEntry.java 23 class HistoryEntry {
28 HistoryEntry(String str) {
33 HistoryEntry(int version, DataInput in) throws IOException {
  /development/apps/Development/src/com/android/development/
EnterURL.java 154 HistoryEntry he = mHistory.get(position);
165 HistoryEntry he = mHistory.get(i);
175 HistoryEntry he = new HistoryEntry();
207 HistoryEntry he = mHistory.get(i);
247 HistoryEntry he = new HistoryEntry();
271 HistoryEntry he;
294 private class HistoryEntry
306 private ArrayList<HistoryEntry> mHistory = new ArrayList<HistoryEntry>()
    [all...]

Completed in 138 milliseconds