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()
69 private DeviceStateRotationLockSettingController mDeviceStateRotationLockSettingController; field in DeviceStateRotationLockSettingControllerTest88 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()
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()