Home
last modified time | relevance | path

Searched refs:mDeviceStateRotationLockSettingController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRotationLockControllerImplTest.java48 @Mock DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in RotationLockControllerImplTest
64 verifyZeroInteractions(mDeviceStateRotationLockSettingController); in whenFlagOff_doesntInteractWithDeviceStateRotationController()
71 verify(mDeviceStateRotationLockSettingController).setListening(/* listening= */ true); in whenFlagOn_setListeningSetsListeningOnDeviceStateRotationController()
79 verify(mDeviceStateRotationLockSettingController) in whenFlagOn_deviceStateRotationControllerAddedToCallbacks()
96 mDeviceStateRotationLockSettingController, in createRotationLockController()
H A DDeviceStateRotationLockSettingControllerTest.java69 private DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in DeviceStateRotationLockSettingControllerTest
88 mDeviceStateRotationLockSettingController = in setUp()
98 mDeviceStateRotationLockSettingController.setListening(true); in setUp()
179 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenUserChangesSetting_saveSettingForCurrentState()
211 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()
246 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_newSettingIsPersisted()
267 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()
289 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockControllerImpl.java54 mDeviceStateRotationLockSettingController; field in RotationLockControllerImpl
64 mDeviceStateRotationLockSettingController = deviceStateRotationLockSettingController; in RotationLockControllerImpl()
67 mCallbacks.add(mDeviceStateRotationLockSettingController); in RotationLockControllerImpl()
117 mDeviceStateRotationLockSettingController.setListening(listening); in setListening()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DRotationLockTileTest.java89 DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in RotationLockTileTest
112 mDeviceStateRotationLockSettingController, DEFAULT_SETTINGS); in setUp()