Home
last modified time | relevance | path

Searched refs:logUpdateDeviceState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceStateRotationLockSettingControllerLogger.kt78 fun logUpdateDeviceState(currentState: Int, newState: Int) { in logUpdateDeviceState() method
DDeviceStateRotationLockSettingController.java125 mLogger.logUpdateDeviceState(mDeviceState, state.getIdentifier()); in updateDeviceState()