Searched refs:isAmbientDisplaySuppressed (Results 1 – 6 of 6) sorted by relevance
101 boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method
2440 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in PowerManager2442 return mService.isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed()
286 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in BridgePowerManager
1069 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()
5857 public boolean isAmbientDisplaySuppressed() {
8475 …rmission(android.Manifest.permission.READ_DREAM_STATE) public boolean isAmbientDisplaySuppressed();