Home
last modified time | relevance | path

Searched refs:onRotationLockStateChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeRotationLockController.java36 listener.onRotationLockStateChanged(mIsLocked, isRotationLockAffordanceVisible()); in addCallback()
68 callback.onRotationLockStateChanged(locked, isRotationLockAffordanceVisible()); in setRotationLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDeviceStateRotationLockSettingControllerTest.java180 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()
DRotationLockControllerImplTest.java80 .onRotationLockStateChanged(anyBoolean(), anyBoolean()); in whenFlagOn_deviceStateRotationControllerAddedToCallbacks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRotationLockController.java31 void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible); in onRotationLockStateChanged() method
DRotationLockControllerImpl.java128 callback.onRotationLockStateChanged(mRotationPolicy.isRotationLocked(), in notifyChanged()
DDeviceStateRotationLockSettingController.java104 public void onRotationLockStateChanged(boolean newRotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in DeviceStateRotationLockSettingController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRotationLockTile.java219 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java666 public void onRotationLockStateChanged(boolean rotationLocked, boolean affordanceVisible) { in onRotationLockStateChanged() method in PhoneStatusBarPolicy