Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DColorDisplayManager.java286 public @NonNull LocalTime getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayManager
287 return mManager.getNightDisplayCustomStartTime().getLocalTime(); in getNightDisplayCustomStartTime()
689 Time getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayManager.ColorDisplayManagerInternal
691 return mCdm.getNightDisplayCustomStartTime(); in getNightDisplayCustomStartTime()
DIColorDisplayManager.aidl45 Time getNightDisplayCustomStartTime(); in getNightDisplayCustomStartTime() method
DNightDisplayListener.java75 mManager.getNightDisplayCustomStartTime()); in NightDisplayListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java188 toggleTime = mManager.getNightDisplayCustomStartTime(); in getSecondaryLabel()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1929 public Time getNightDisplayCustomStartTime() { in getNightDisplayCustomStartTime() method in ColorDisplayService.BinderService