Searched refs:persistTaskBounds (Results 1 – 3 of 3) sorted by relevance
1463 if (mBounds != null && StackId.persistTaskBounds(stack.mStackId)) { in updateOverrideConfiguration()1476 if (stack == null || StackId.persistTaskBounds(stack.mStackId)) { in updateOverrideConfiguration()1674 } else if (!StackId.persistTaskBounds(stackId)) { in getLaunchBounds()
5092 if (!StackId.persistTaskBounds(mStackId)) { in removeTask()
557 public static boolean persistTaskBounds(int stackId) { in persistTaskBounds() method in ActivityManager.StackId