Home
last modified time | relevance | path

Searched refs:getCustomNightModeStart (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DIUiModeManager.aidl166 long getCustomNightModeStart(); in getCustomNightModeStart() method
DUiModeManager.java1037 public LocalTime getCustomNightModeStart() { in getCustomNightModeStart() method in UiModeManager
1040 return LocalTime.ofNanoOfDay(sGlobals.mService.getCustomNightModeStart() * 1000); in getCustomNightModeStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUiModeNightTile.java143 time = mUiModeManager.getCustomNightModeStart(); in handleUpdateState()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java1054 public long getCustomNightModeStart() { in getCustomNightModeStart() method in UiModeManagerService.Stub
2204 mInterface.getCustomNightModeStart()).toString()); in printCustomTime()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7634 method @NonNull public java.time.LocalTime getCustomNightModeStart();