Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl141 boolean isAmbientDisplaySuppressedForToken(String token); in isAmbientDisplaySuppressedForToken() method
H A DPowerManager.java2843 public boolean isAmbientDisplaySuppressedForToken(@NonNull String token) { in isAmbientDisplaySuppressedForToken() method in PowerManager
2845 return mService.isAmbientDisplaySuppressedForToken(token); in isAmbientDisplaySuppressedForToken()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java1804 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test")) in testIsAmbientDisplaySuppressedForToken_default_notSuppressed()
1813 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test")) in testIsAmbientDisplaySuppressedForToken_suppressed()
1822 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test")) in testIsAmbientDisplaySuppressedForToken_notSuppressed()
1832 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test1")) in testIsAmbientDisplaySuppressedForToken_multipleTokens_suppressed()
1834 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test2")) in testIsAmbientDisplaySuppressedForToken_multipleTokens_suppressed()
1844 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test1")) in testIsAmbientDisplaySuppressedForToken_multipleTokens_notSuppressed()
1846 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressedForToken("test2")) in testIsAmbientDisplaySuppressedForToken_multipleTokens_notSuppressed()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java6650 public boolean isAmbientDisplaySuppressedForToken(@NonNull String token) {
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10732 …droid.Manifest.permission.READ_DREAM_STATE) public boolean isAmbientDisplaySuppressedForToken(@Non…