Searched refs:origState (Results 1 – 4 of 4) sorted by relevance
126 final STATE_TYPE origState = getStateManager().getState(); in onStop() local141 if ((!getStateManager().isInStableState(origState) in onStop()
1270 ChangeInfo(@NonNull WindowContainer origState) { in ChangeInfo() argument1271 mVisible = origState.isVisibleRequested(); in ChangeInfo()1272 mWindowingMode = origState.getWindowingMode(); in ChangeInfo()1273 mAbsoluteBounds.set(origState.getBounds()); in ChangeInfo()1274 mShowWallpaper = origState.showWallpaper(); in ChangeInfo()1275 mRotation = origState.getWindowConfiguration().getRotation(); in ChangeInfo()
2735 UidPermissionState origState = uidState;2742 origState = new UidPermissionState(uidState);2790 if (!origState.hasPermissionState(permName)2820 && origState.isPermissionGranted(splitPermName)) {2862 if (bp.isNormal() && !origState.isPermissionGranted(perm)) {2890 && origState.isPermissionGranted(permName))))2899 && origState.isPermissionGranted(permName))))) {2914 PermissionState origPermState = origState.getPermissionState(perm);2920 (origState.getPermissionFlags(bp.getName())2922 boolean restrictionApplied = (origState.getPermissionFlags([all …]
5506 private DetailedState getLegacyLockdownState(DetailedState origState) { in getLegacyLockdownState() argument5507 if (origState != DetailedState.CONNECTED) { in getLegacyLockdownState()5508 return origState; in getLegacyLockdownState()