Home
last modified time | relevance | path

Searched defs:mNightModeCustomType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java158 private int mNightModeCustomType = UiModeManager.MODE_NIGHT_CUSTOM_TYPE_UNKNOWN; field in UiModeManagerService
1500 pw.print(Shell.nightModeToStr(mNightMode.get(), mNightModeCustomType)); pw.print(") "); in dumpImpl() local
1693 Secure.UI_NIGHT_MODE_CUSTOM_TYPE, mNightModeCustomType, user); in persistNightMode() local