Home | History | Annotate | Download | only in app

Lines Matching defs:taskId

1645             int taskId = data.readInt();
1647 boolean result = removeSubTask(taskId, subTaskIndex);
1656 int taskId = data.readInt();
1658 boolean result = removeTask(taskId, fl);
3999 public boolean removeSubTask(int taskId, int subTaskIndex) throws RemoteException {
4003 data.writeInt(taskId);
4013 public boolean removeTask(int taskId, int flags) throws RemoteException {
4017 data.writeInt(taskId);