Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiModeManager.java335 public @interface NightModeCustomType {} annotation in UiModeManager
763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()
999 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java59 import android.app.UiModeManager.NightModeCustomType;
897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()