Searched refs:history (Results 1 – 12 of 12) sorted by relevance
151 def WriteOutput(history, log_filename, filename): argument164 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])
448 private void saveSubjectHistory(List<String> history) { in saveSubjectHistory() argument450 while (history.size() > CALL_SUBJECT_HISTORY_SIZE) { in saveSubjectHistory()451 history.remove(0); in saveSubjectHistory()456 for (String subject : history) { in saveSubjectHistory()
22 . Change history (text)53 ChangeLog.txt Change history
350 List<WatchedProgram> history = new ArrayList<>(); in onLoadWatchHistory() local357 history.add(createWatchedProgramFromWatchedProgramCursor(cursor)); in onLoadWatchHistory()361 for (WatchedProgram watchedProgram : history) { in onLoadWatchHistory()
17 package com.android.gallery3d.filtershow.history;
31 import com.android.gallery3d.filtershow.history.HistoryManager;
38 import com.android.gallery3d.filtershow.history.HistoryItem;39 import com.android.gallery3d.filtershow.history.HistoryManager;
144 if (mOriginalConnection != null && mSsNotification.history != null) {150 new ArrayList(Arrays.asList(mSsNotification.history)));
264 mHistoryList = (ListView) findViewById(R.id.history); in onCreate()
103 import com.android.gallery3d.filtershow.history.HistoryItem;104 import com.android.gallery3d.filtershow.history.HistoryManager;