Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1093 setKeyguardShowingAndOccluded(true /* showing */, false /* occluded */); in testKeyguardHideDelayedIfOcclusionAnimationRunning()
1100 setKeyguardShowingAndOccluded(false /* showing */, true /* occluded */); in testKeyguardHideDelayedIfOcclusionAnimationRunning()
1105 setKeyguardShowingAndOccluded(false /* showing */, true /* occluded */); in testKeyguardHideDelayedIfOcclusionAnimationRunning()
1112 setKeyguardShowingAndOccluded(true /* showing */, false /* occluded */); in testKeyguardHideNotDelayedIfOcclusionAnimationNotRunning()
1118 setKeyguardShowingAndOccluded(false /* showing */, true /* occluded */); in testKeyguardHideNotDelayedIfOcclusionAnimationNotRunning()
1392 private void setKeyguardShowingAndOccluded(boolean showing, boolean occluded) { in setKeyguardShowingAndOccluded() method in CentralSurfacesImplTest