Searched refs:updateIsKeyguard (Results 1 – 9 of 9) sorted by relevance
37 override fun updateIsKeyguard() = false in updateIsKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl38 override fun updateIsKeyguard(forceStateChange: Boolean) = false in updateIsKeyguard() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
188 boolean updateIsKeyguard(); in updateIsKeyguard() method190 boolean updateIsKeyguard(boolean forceStateChange); in updateIsKeyguard() method
227 centralSurfaces.updateIsKeyguard() in shouldDelayKeyguardShow()285 centralSurfaces.updateIsKeyguard(true /* forceStateChange */) in onFinishedWakingUp()
2009 updateIsKeyguard(); in showKeyguard()2016 return updateIsKeyguard(); in hideKeyguard()2020 public boolean updateIsKeyguard() { in updateIsKeyguard() method2021 return updateIsKeyguard(false /* forceStateChange */); in updateIsKeyguard()2025 public boolean updateIsKeyguard(boolean forceStateChange) { in updateIsKeyguard() method2490 updateIsKeyguard();2570 updateIsKeyguard();2684 updateIsKeyguard();3179 updateIsKeyguard();
236 mCentralSurfaces.updateIsKeyguard(); in startDozing()
131 verify(mCentralSurfaces).updateIsKeyguard(); in testStartStopDozing()
983 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_isNotDozing()1000 mCentralSurfaces.updateIsKeyguard(); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()1402 mCentralSurfaces.updateIsKeyguard(false /* forceStateChange */); in setKeyguardShowingAndOccluded()
757 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationEnds()767 verify(mCentralSurfaces).updateIsKeyguard(); in testUpdateIsKeyguardAfterOccludeAnimationIsCancelled()
987 mCentralSurfaces.updateIsKeyguard();1001 mCentralSurfaces.updateIsKeyguard();