HomeSort by relevance Sort by last modified time
    Searched defs:removeSubTask (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
ActivityManager.java 820 public boolean removeSubTask(int taskId, int subTaskIndex)
823 return ActivityManagerNative.getDefault().removeSubTask(taskId, subTaskIndex);
    [all...]
ActivityManagerNative.java     [all...]
IActivityManager.java 357 public boolean removeSubTask(int taskId, int subTaskIndex) throws RemoteException;
    [all...]

Completed in 749 milliseconds