Home
last modified time | relevance | path

Searched refs:NightModeCustomType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DUiModeManager.java277 public @interface NightModeCustomType {} annotation in UiModeManager
705 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()
850 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java54 import android.app.UiModeManager.NightModeCustomType;
855 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) {