Home
last modified time | relevance | path

Searched defs:updateIsKeyguard (Results 1 – 3 of 3) 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
DCentralSurfacesImpl.java2020 public boolean updateIsKeyguard() { in updateIsKeyguard() method
2025 public boolean updateIsKeyguard(boolean forceStateChange) { in updateIsKeyguard() method