Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUiModeManager.aidl142 boolean isNightModeLocked(); in isNightModeLocked() method
DUiModeManager.java976 public boolean isNightModeLocked() { in isNightModeLocked() method in UiModeManager
979 return sGlobals.mService.isNightModeLocked(); in isNightModeLocked()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java831 if (isNightModeLocked() && (getContext().checkCallingOrSelfPermission( in setNightModeInternal()
972 public boolean isNightModeLocked() { in isNightModeLocked() method in UiModeManagerService.Stub
1060 if (isNightModeLocked() && getContext().checkCallingOrSelfPermission( in setCustomNightModeStart()
1090 if (isNightModeLocked() && getContext().checkCallingOrSelfPermission( in setCustomNightModeEnd()
/frameworks/base/core/api/
Dtest-current.txt511 method public boolean isNightModeLocked();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6954 Landroid/app/IUiModeManager$Stub$Proxy;->isNightModeLocked()Z
6970 Landroid/app/IUiModeManager;->isNightModeLocked()Z