Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java188 boolean updateIsKeyguard(); in updateIsKeyguard() method
190 boolean updateIsKeyguard(boolean forceStateChange); in updateIsKeyguard() method
H A DUnlockedScreenOffAnimationController.kt206 centralSurfaces.updateIsKeyguard()
263 centralSurfaces.updateIsKeyguard(true /* forceStateChange */)
H A DCentralSurfacesImpl.java2321 updateIsKeyguard(); in showKeyguard()
2328 return updateIsKeyguard(); in hideKeyguard()
2332 public boolean updateIsKeyguard() { in updateIsKeyguard() method
2333 return updateIsKeyguard(false /* forceStateChange */); in updateIsKeyguard()
2337 public boolean updateIsKeyguard(boolean forceStateChange) { in updateIsKeyguard() method
2825 updateIsKeyguard();
2902 updateIsKeyguard();
3015 updateIsKeyguard();
3610 updateIsKeyguard();
H A DDozeServiceHost.java211 mCentralSurfaces.updateIsKeyguard(); in startDozing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java130 verify(mCentralSurfaces).updateIsKeyguard(); in testStartStopDozing()
H A DCentralSurfacesImplTest.java1112 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_isNotDozing()
1129 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
1274 mCentralSurfaces.updateIsKeyguard(false /* forceStateChange */); in setKeyguardShowingAndOccluded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java617 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationEnds()
627 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationIsCancelled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java964 mCentralSurfaces.updateIsKeyguard();
978 mCentralSurfaces.updateIsKeyguard();