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

/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java593 boolean nonRoot = data.readInt() != 0;
594 boolean res = moveActivityTaskToBack(token, nonRoot);
2462 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
2468 data.writeInt(nonRoot ? 1 : 0);
H A DActivity.java4391 * @param nonRoot If false then this only works if the activity is the root
4398 public boolean moveTaskToBack(boolean nonRoot) { argument
4401 mToken, nonRoot);
H A DIActivityManager.java113 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) throws RemoteException; argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java6058 * @param nonRoot If false then this only works if the activity is the root
6062 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) { argument
6066 int taskId = getTaskForActivityLocked(token, !nonRoot);

Completed in 264 milliseconds