Searched defs:tasks (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java904 StateStress(String name, int pause, int iterations, Runnable[] tasks) { argument
907 mTasks = tasks;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java592 public void onTasksLoaded(ArrayList<TaskDescription> tasks, boolean firstScreenful) { argument
594 ? tasks.size() : mRecentTaskDescriptions == null
597 mRecentTaskDescriptions = new ArrayList<TaskDescription>(tasks);
599 mRecentTaskDescriptions.addAll(tasks);

Completed in 65 milliseconds