Searched defs:history (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
H A DPersist.java35 History history = new History(); field in class:Persist
60 history = new History(version, in);
75 history.write(out);
H A DHistoryAdapter.java35 HistoryAdapter(Context context, History history, Logic evaluator) { argument
36 mEntries = history.mEntries;
H A DLogic.java64 Logic(Context context, History history, CalculatorDisplay display) { argument
66 mHistory = history;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java1991 public void preparePredicts(CharSequence history) { argument
1992 if (null == history) return;
1997 String preEdit = history.toString();

Completed in 94 milliseconds