Home
last modified time | relevance | path

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

/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/apps/ContactsCommon/src/com/android/contacts/common/dialog/
DCallSubjectDialog.java448 private void saveSubjectHistory(List<String> history) { in saveSubjectHistory() argument
450 while (history.size() > CALL_SUBJECT_HISTORY_SIZE) { in saveSubjectHistory()
451 history.remove(0); in saveSubjectHistory()
456 for (String subject : history) { in saveSubjectHistory()
/packages/inputmethods/OpenWnn/
DREADME.txt22 . Change history (text)
53 ChangeLog.txt Change history
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java350 List<WatchedProgram> history = new ArrayList<>(); in onLoadWatchHistory() local
357 history.add(createWatchedProgramFromWatchedProgramCursor(cursor)); in onLoadWatchHistory()
361 for (WatchedProgram watchedProgram : history) { in onLoadWatchHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
DHistoryItem.java17 package com.android.gallery3d.filtershow.history;
DHistoryManager.java17 package com.android.gallery3d.filtershow.history;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java31 import com.android.gallery3d.filtershow.history.HistoryManager;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java38 import com.android.gallery3d.filtershow.history.HistoryItem;
39 import com.android.gallery3d.filtershow.history.HistoryManager;
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java144 if (mOriginalConnection != null && mSsNotification.history != null) {
150 new ArrayList(Arrays.asList(mSsNotification.history)));
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java264 mHistoryList = (ListView) findViewById(R.id.history); in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java103 import com.android.gallery3d.filtershow.history.HistoryItem;
104 import com.android.gallery3d.filtershow.history.HistoryManager;
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz