Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java160 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardHostView
161 return mSecurityContainer != null ? mSecurityContainer.getCurrentSecurityView() : null; in getCurrentSecurityView()
DKeyguardSecurityContainer.java673 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java369 KeyguardSecurityView keyguardSecurityView = mKeyguardView.getCurrentSecurityView(); in showPrimarySecurityScreen()