Searched defs:isKeyguardOccluded (Results 1 – 9 of 9) sorted by relevance
190 public boolean isKeyguardOccluded = false; field in StartingWindowInfo
249 fun isKeyguardOccluded() = in <lambda>() method
57 override val isKeyguardOccluded: Flow<Boolean> = _isKeyguardOccluded constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
100 val isKeyguardOccluded: Flow<Boolean> constant321 override val isKeyguardOccluded: Flow<Boolean> = in isKeyguardShowing() constant
156 val isKeyguardOccluded: Flow<Boolean> = repository.isKeyguardOccluded in <lambda>() constant
201 public boolean isKeyguardOccluded() { in isKeyguardOccluded() method in TestWindowManagerPolicy
409 boolean isKeyguardOccluded(WindowState focusWindow) { in isKeyguardOccluded() method in BackNavigationController
6539 boolean isKeyguardOccluded() { in isKeyguardOccluded() method in DisplayContent
970 public boolean isKeyguardOccluded(); in isKeyguardOccluded() method