Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java158 private int mUiModeType = Configuration.UI_MODE_TYPE_NORMAL; field in DozeMachine
194 if (mUiModeType == newUiModeType) return; in onConfigurationChanged()
195 mUiModeType = newUiModeType; in onConfigurationChanged()
197 part.onUiModeTypeChanged(mUiModeType); in onConfigurationChanged()
383 if (mUiModeType == Configuration.UI_MODE_TYPE_CAR in transitionPolicy()
451 pw.print(" mUiModeType="); pw.println(mUiModeType); in dump()