Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt37 override fun updateIsKeyguard() = false in updateIsKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
38 override fun updateIsKeyguard(forceStateChange: Boolean) = false in updateIsKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java188 boolean updateIsKeyguard(); in updateIsKeyguard() method
190 boolean updateIsKeyguard(boolean forceStateChange); in updateIsKeyguard() method
DUnlockedScreenOffAnimationController.kt227 centralSurfaces.updateIsKeyguard() in shouldDelayKeyguardShow()
285 centralSurfaces.updateIsKeyguard(true /* forceStateChange */) in onFinishedWakingUp()
DCentralSurfacesImpl.java2009 updateIsKeyguard(); in showKeyguard()
2016 return updateIsKeyguard(); in hideKeyguard()
2020 public boolean updateIsKeyguard() { in updateIsKeyguard() method
2021 return updateIsKeyguard(false /* forceStateChange */); in updateIsKeyguard()
2025 public boolean updateIsKeyguard(boolean forceStateChange) { in updateIsKeyguard() method
2490 updateIsKeyguard();
2570 updateIsKeyguard();
2684 updateIsKeyguard();
3179 updateIsKeyguard();
DDozeServiceHost.java236 mCentralSurfaces.updateIsKeyguard(); in startDozing()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java131 verify(mCentralSurfaces).updateIsKeyguard(); in testStartStopDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java983 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_isNotDozing()
1000 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
1402 mCentralSurfaces.updateIsKeyguard(false /* forceStateChange */); in setKeyguardShowingAndOccluded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java757 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationEnds()
767 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationIsCancelled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java987 mCentralSurfaces.updateIsKeyguard();
1001 mCentralSurfaces.updateIsKeyguard();