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.java161 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardHostView
162 return mSecurityContainer != null ? mSecurityContainer.getCurrentSecurityView() : null; in getCurrentSecurityView()
DKeyguardSecurityContainer.java696 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java376 KeyguardSecurityView keyguardSecurityView = mKeyguardView.getCurrentSecurityView(); in showPrimarySecurityScreen()