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

  /packages/apps/Calculator/src/com/android/calculator2/
History.java 29 Vector<HistoryEntry> mEntries = new Vector<HistoryEntry>();
41 mEntries.add(new HistoryEntry(version, in));
61 mEntries.add(new HistoryEntry(""));
68 for (HistoryEntry entry : mEntries) {
101 mEntries.insertElementAt(new HistoryEntry(text), mEntries.size() - 1);
107 HistoryEntry current() {
HistoryEntry.java 23 class HistoryEntry {
28 HistoryEntry(String str) {
33 HistoryEntry(int version, DataInput in) throws IOException {
HistoryAdapter.java 31 private Vector<HistoryEntry> mEntries;
73 HistoryEntry entry = mEntries.elementAt(position);
  /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 2714 milliseconds