Searched refs:isAmbientDisplaySuppressed (Results 1 – 9 of 9) sorted by relevance
349 public abstract boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method in PowerManagerInternal
143 boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method
2859 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in PowerManager2861 return mService.isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed()
1379 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(true); in dreamWhenDocked_ambientModeSuppressed_suppressionEnabled()1390 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(true); in dreamWhenDocked_ambientModeSuppressed_suppressionDisabled()1401 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(false); in dreamWhenDocked_ambientModeNotSuppressed_suppressionEnabled()
1763 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_default_notSuppressed()1771 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_suppressed()1779 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_notSuppressed()1788 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_multipleTokens_suppressed()1797 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_multipleTokens_notSuppressed()
421 && mPowerManagerInternal.isAmbientDisplaySuppressed()) { in canStartDreamingInternal()
1913 && mLocalPowerManager.isAmbientDisplaySuppressed(); in sendConfigurationAndStartDreamOrDockAppLocked()
6680 public boolean isAmbientDisplaySuppressed() {7051 public boolean isAmbientDisplaySuppressed() {
10731 …rmission(android.Manifest.permission.READ_DREAM_STATE) public boolean isAmbientDisplaySuppressed();