Lines Matching refs:flags

464         public void writeToParcel(Parcel dest, int flags) {
534 * @param flags Information about what to return. May be any combination
543 public List<RecentTaskInfo> getRecentTasks(int maxNum, int flags)
547 flags, UserHandle.myUserId());
561 * @param flags Information about what to return. May be any combination
572 public List<RecentTaskInfo> getRecentTasksForUser(int maxNum, int flags, int userId)
576 flags, userId);
638 public void writeToParcel(Parcel dest, int flags) {
694 * @param flags Optional flags
708 public List<RunningTaskInfo> getRunningTasks(int maxNum, int flags, IThumbnailReceiver receiver)
711 return ActivityManagerNative.getDefault().getTasks(maxNum, flags, receiver);
783 * @param flags Additional operational flags. May be 0 or
789 public boolean removeTask(int taskId, int flags)
792 return ActivityManagerNative.getDefault().removeTask(taskId, flags);
823 public void writeToParcel(Parcel dest, int flags) {
898 * @param flags Additional operational flags, 0 or more of
901 public void moveTaskToFront(int taskId, int flags) {
902 moveTaskToFront(taskId, flags, null);
913 * @param flags Additional operational flags, 0 or more of
919 public void moveTaskToFront(int taskId, int flags, Bundle options) {
921 ActivityManagerNative.getDefault().moveTaskToFront(taskId, flags, options);
994 * Bit for {@link #flags}: set if this service has been
1000 * Bit for {@link #flags}: set if the service has asked to
1006 * Bit for {@link #flags): set if the service is running in a
1012 * Bit for {@link #flags): set if the service is running in a
1018 * Running flags.
1020 public int flags;
1042 public void writeToParcel(Parcel dest, int flags) {
1054 dest.writeInt(this.flags);
1071 flags = source.readInt();
1179 public void writeToParcel(Parcel dest, int flags) {
1310 public void writeToParcel(Parcel dest, int flags) {
1388 * Constant for {@link #flags}: this is an app that is unable to
1396 * Constant for {@link #flags}: this process is associated with a
1403 * Constant for {@link #flags}: this process is associated with a
1414 public int flags;
1560 public void writeToParcel(Parcel dest, int flags) {
1565 dest.writeInt(this.flags);
1580 flags = source.readInt();