Home
last modified time | relevance | path

Searched refs:isConcurrentDisplayActive (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java152 && mDeviceStateHelper.isConcurrentDisplayActive(display)) { in isKeyguardShowable()
344 boolean isConcurrentDisplayActive(Display display) { in isConcurrentDisplayActive() method in KeyguardDisplayManager.DeviceStateHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardDisplayManagerTest.java149 when(mDeviceStateHelper.isConcurrentDisplayActive(mSecondaryDisplay)).thenReturn(true); in testShow_concurrentDisplayActive_occluded()