Home
last modified time | relevance | path

Searched defs:nightModeCustomType (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUiModeNightTile.java135 int nightModeCustomType = mUiModeManager.getNightModeCustomType(); in handleUpdateState() local
/aosp14/frameworks/base/core/java/android/app/
H A DIUiModeManager.aidl83 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType()
H A DUiModeManager.java705 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()
850 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode()