Searched refs:mNightModeCustomType (Results 1 – 1 of 1) sorted by relevance
158 private int mNightModeCustomType = UiModeManager.MODE_NIGHT_CUSTOM_TYPE_UNKNOWN; field in UiModeManagerService631 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() local1693 Secure.UI_NIGHT_MODE_CUSTOM_TYPE, mNightModeCustomType, user); in persistNightMode() local1746 if (mNightModeCustomType == MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in updateConfigurationLocked()[all …]