Searched refs:isAmbientDisplaySuppressed (Results 1 – 10 of 10) sorted by relevance
357 public abstract boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method in PowerManagerInternal
144 boolean isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed() method
2958 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in PowerManager2960 return mService.isAmbientDisplaySuppressed(); in isAmbientDisplaySuppressed()
382 public boolean isAmbientDisplaySuppressed() { in isAmbientDisplaySuppressed() method in BridgePowerManager
1432 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(true); in dreamWhenDocked_ambientModeSuppressed_suppressionEnabled()1443 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(true); in dreamWhenDocked_ambientModeSuppressed_suppressionDisabled()1454 when(mLocalPowerManager.isAmbientDisplaySuppressed()).thenReturn(false); in dreamWhenDocked_ambientModeNotSuppressed_suppressionEnabled()
1814 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_default_notSuppressed()1822 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_suppressed()1830 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_notSuppressed()1839 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isTrue(); in testIsAmbientDisplaySuppressed_multipleTokens_suppressed()1848 assertThat(mService.getBinderServiceInstance().isAmbientDisplaySuppressed()).isFalse(); in testIsAmbientDisplaySuppressed_multipleTokens_notSuppressed()
448 && mPowerManagerInternal.isAmbientDisplaySuppressed()) { in canStartDreamingInternal()
2010 && mLocalPowerManager.isAmbientDisplaySuppressed(); in sendConfigurationAndStartDreamOrDockAppLocked()
6851 public boolean isAmbientDisplaySuppressed() {7256 public boolean isAmbientDisplaySuppressed() {
11005 …rmission(android.Manifest.permission.READ_DREAM_STATE) public boolean isAmbientDisplaySuppressed();