Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
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()
DDeviceStateRotationLockSettingControllerTest.java70 private DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in DeviceStateRotationLockSettingControllerTest
89 mDeviceStateRotationLockSettingController = in setUp()
99 mDeviceStateRotationLockSettingController.setListening(true); in setUp()
180 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenUserChangesSetting_saveSettingForCurrentState()
212 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in whenDeviceStateSwitchedToIgnoredState_noFallback_newSettingsSaveForPreviousState()
247 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_newSettingIsPersisted()
268 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChanged_deviceStateIsIgnored_newSettingIsPersistedToFallback()
290 mDeviceStateRotationLockSettingController.onRotationLockStateChanged( in onRotationLockStateChange_stateIgnored_noFallback_settingIsPersistedToPrevious()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRotationLockControllerImpl.java54 mDeviceStateRotationLockSettingController; field in RotationLockControllerImpl
64 mDeviceStateRotationLockSettingController = deviceStateRotationLockSettingController; in RotationLockControllerImpl()
67 mCallbacks.add(mDeviceStateRotationLockSettingController); in RotationLockControllerImpl()
117 mDeviceStateRotationLockSettingController.setListening(listening); in setListening()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DRotationLockTileTest.java89 DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in RotationLockTileTest
112 mDeviceStateRotationLockSettingController, DEFAULT_SETTINGS); in setUp()