Searched defs:nonRoot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java5933 * @param nonRoot If false then this only works if the activity is the root
5940 public boolean moveTaskToBack(boolean nonRoot) { argument
5943 mToken, nonRoot);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11156 * @param nonRoot If false then this only works if the activity is the root
11161 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) { argument
11166 int taskId = ActivityRecord.getTaskForActivityLocked(token, !nonRoot);
[all...]

Completed in 4951 milliseconds