Searched refs:shouldDisableNonVrUiLocked (Results 1 – 4 of 4) sorted by relevance
288 public boolean shouldDisableNonVrUiLocked() { in shouldDisableNonVrUiLocked() method in VrController
4105 boolean shouldDisableNonVrUiLocked() { in shouldDisableNonVrUiLocked() method in ActivityTaskManagerService4106 return mVrController.shouldDisableNonVrUiLocked(); in shouldDisableNonVrUiLocked()4123 final boolean disableNonVrUi = mVrController.shouldDisableNonVrUiLocked(); in applyUpdateVrModeLocked()
3425 if (mAtmService.shouldDisableNonVrUiLocked()) { in checkEnterPictureInPictureState()
2345 doReturn(false).when(mAtm).shouldDisableNonVrUiLocked(); in testCheckEnterPictureInPictureState_displayNotSupportedPip()