Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DColorDisplayManager.java283 public @NonNull LocalTime getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayManager
284 return mManager.getNightDisplayCustomStartTime().getLocalTime(); in getNightDisplayCustomStartTime()
680 Time getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayManager.ColorDisplayManagerInternal
682 return mCdm.getNightDisplayCustomStartTime(); in getNightDisplayCustomStartTime()
H A DIColorDisplayManager.aidl41 Time getNightDisplayCustomStartTime(); in getNightDisplayCustomStartTime() method
H A DNightDisplayListener.java75 mManager.getNightDisplayCustomStartTime()); in NightDisplayListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNightDisplayTile.java188 toggleTime = mManager.getNightDisplayCustomStartTime(); in getSecondaryLabel()
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java1890 public Time getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayService.BinderService