Searched refs:isConcurrentDisplayActive (Results 1 – 2 of 2) sorted by relevance
152 && mDeviceStateHelper.isConcurrentDisplayActive(display)) { in isKeyguardShowable()344 boolean isConcurrentDisplayActive(Display display) { in isConcurrentDisplayActive() method in KeyguardDisplayManager.DeviceStateHelper
149 when(mDeviceStateHelper.isConcurrentDisplayActive(mSecondaryDisplay)).thenReturn(true); in testShow_concurrentDisplayActive_occluded()