Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl101 boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method
H A DPowerManager.java2440 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in PowerManager
2442 return mService.isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java286 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in BridgePowerManager
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java1069 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_default_notSuppressed()
1077 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_suppressed()
1085 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_notSuppressed()
1094 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_multipleTokens_suppressed()
1103 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_multipleTokens_notSuppressed()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java5857 public boolean isAmbientDisplaySuppressed() {
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt8475 …rmission(android.Manifest.permission.READ_DREAM_STATE) public boolean isAmbientDisplaySuppressed();