Home
last modified time | relevance | path

Searched refs:history (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
DPersist.java35 History history = new History(); field in Persist
60 history = new History(version, in); in load()
75 history.write(out); in save()
DHistoryAdapter.java35 HistoryAdapter(Context context, History history, Logic evaluator) { in HistoryAdapter() argument
36 mEntries = history.mEntries; in HistoryAdapter()
DLogic.java69 Logic(Context context, History history, CalculatorDisplay display) { in Logic() argument
72 mHistory = history; in Logic()
DCalculator.java94 mHistory = mPersist.history; in onCreate()
/packages/apps/Settings/src/com/android/settings/net/
DChartDataLoader.java135 final NetworkStatsHistory history = mSession.getHistoryForUid( in collectHistoryForUid() local
139 existing.recordEntireHistory(history); in collectHistoryForUid()
142 return history; in collectHistoryForUid()
/packages/experimental/procstatlog/
Dprocstatreport.py151 def WriteOutput(history, log_filename, filename): argument
164 sorted_history = sorted(history.iteritems())
640 history = {}
660 history[time] = dict(current_state)
668 if len(history) < 2:
672 WriteOutput(history, argv[1], argv[2])
/packages/inputmethods/OpenWnn/
DREADME.txt22 . Change history (text)
53 ChangeLog.txt Change history
/packages/apps/Browser/src/com/android/browser/
DBrowserHistoryPage.java152 mRoot.findViewById(R.id.history).setVisibility(View.GONE); in checkIfEmpty()
155 mRoot.findViewById(R.id.history).setVisibility(View.VISIBLE); in checkIfEmpty()
208 mRoot = inflater.inflate(R.layout.history, container, false); in onCreateView()
225 mHistoryList = (ExpandableListView) mRoot.findViewById(R.id.history); in inflateSinglePane()
288 inflater.inflate(R.menu.history, menu); in onCreateOptionsMenu()
DEventLogTags.logtags7 # Second parameter is where the bookmark was added from, currently history or bookmarks view.
/packages/apps/Mms/tests/src/com/android/mms/ui/
DComposeMessageActivityTests.java76 mMsgListView = (MessageListView)mActivity.findViewById(R.id.history); in setUp()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1991 public void preparePredicts(CharSequence history) { in preparePredicts() argument
1992 if (null == history) return; in preparePredicts()
1997 String preEdit = history.toString(); in preparePredicts()
/packages/apps/Contacts/src/com/android/contacts/
DCallDetailActivity.java549 ListView historyList = (ListView) findViewById(R.id.history); in updateData()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java3320 mMsgListView = (MessageListView) findViewById(R.id.history); in initResourceRefs()