Home
last modified time | relevance | path

Searched refs: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
631 mNightModeCustomType = Secure.getIntForUser(context.getContentResolver(), in updateNightModeFromSettingsLocked()
858 if (mNightMode.get() != mode || mNightModeCustomType != customModeType) { in setNightModeInternal()
864 mNightModeCustomType = mode == MODE_NIGHT_CUSTOM in setNightModeInternal()
907 return mNightModeCustomType; in getNightModeCustomType()
997 return setNightModeActivatedForModeInternal(mNightModeCustomType, active); in setNightModeActivated()
1023 if (modeCustomType != mNightModeCustomType) { in setNightModeActivatedForModeInternal()
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
1746 if (mNightModeCustomType == MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in updateConfigurationLocked()
[all …]