Searched refs:mDeviceStateRotationLockSettingController (Results 1 – 4 of 4) sorted by relevance
48 @Mock DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in RotationLockControllerImplTest64 verifyZeroInteractions(mDeviceStateRotationLockSettingController); in whenFlagOff_doesntInteractWithDeviceStateRotationController()71 verify(mDeviceStateRotationLockSettingController).setListening(/* listening= */ true); in whenFlagOn_setListeningSetsListeningOnDeviceStateRotationController()79 verify(mDeviceStateRotationLockSettingController) in whenFlagOn_deviceStateRotationControllerAddedToCallbacks()96 mDeviceStateRotationLockSettingController, in createRotationLockController()
70 private DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in DeviceStateRotationLockSettingControllerTest89 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()
54 mDeviceStateRotationLockSettingController; field in RotationLockControllerImpl64 mDeviceStateRotationLockSettingController = deviceStateRotationLockSettingController; in RotationLockControllerImpl()67 mCallbacks.add(mDeviceStateRotationLockSettingController); in RotationLockControllerImpl()117 mDeviceStateRotationLockSettingController.setListening(listening); in setListening()
89 DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in RotationLockTileTest112 mDeviceStateRotationLockSettingController, DEFAULT_SETTINGS); in setUp()