OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 27 milliseconds