HomeSort by relevance Sort by last modified time
    Searched refs:subTaskIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/
ActivityManager.java 757 * @param subTaskIndex The number of the sub-task; this corresponds
763 public boolean removeSubTask(int taskId, int subTaskIndex)
766 return ActivityManagerNative.getDefault().removeSubTask(taskId, subTaskIndex);
    [all...]
IActivityManager.java 335 public boolean removeSubTask(int taskId, int subTaskIndex) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]

Completed in 180 milliseconds