Searched refs:NIGHT_DISPLAY_CUSTOM_END_TIME (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DNightDisplayController.java208 Secure.NIGHT_DISPLAY_CUSTOM_END_TIME, -1, mUserId);
212 + Secure.NIGHT_DISPLAY_CUSTOM_END_TIME);
233 Secure.NIGHT_DISPLAY_CUSTOM_END_TIME, endTime.toMillis(), mUserId);
252 case Secure.NIGHT_DISPLAY_CUSTOM_END_TIME:
279 cr.registerContentObserver(Secure.getUriFor(Secure.NIGHT_DISPLAY_CUSTOM_END_TIME),
/frameworks/base/core/java/android/provider/
H A DSettings.java6281 public static final String NIGHT_DISPLAY_CUSTOM_END_TIME = "night_display_custom_end_time"; field in class:Settings.Secure
6488 NIGHT_DISPLAY_CUSTOM_END_TIME,

Completed in 3408 milliseconds