Searched defs:getTasks (Results 1 – 8 of 8) sorted by relevance
23 fun getTasks(callback: Consumer<List<GroupTask>>?): Int method
57 public List<Task> getTasks() { in getTasks() method in DesktopTask
71 public List<Task> getTasks() { in getTasks() method in GroupTask
25 override fun getTasks(callback: Consumer<List<GroupTask>>?): Int { in getTasks() method in com.android.quickstep.recents.data.FakeRecentTasksDataSource
148 public int getTasks(@Nullable Consumer<List<GroupTask>> callback) { in getTasks() method in RecentsModel162 public int getTasks(@Nullable Consumer<List<GroupTask>> callback, Predicate<GroupTask> filter) { in getTasks() method in RecentsModel
148 public synchronized int getTasks(boolean loadKeysOnly, in getTasks() method in RecentTasksList
306 public static List<ActivityManager.RunningTaskInfo> getTasks(int maxNum, in getTasks() method in ActivityManagerHelper
326 private List<UiObject2> getTasks() { in getTasks() method in BaseOverview