Home | History | Annotate | Download | only in app

Lines Matching defs:getRecentTasks

1658      * Flag for use with {@link #getRecentTasks}: return all tasks, even those
1702 public List<RecentTaskInfo> getRecentTasks(int maxNum, int flags)
1708 return getService().getRecentTasks(maxNum, flags, mContext.getUserId()).getList();