Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java165 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardHostView
166 return mSecurityContainer != null ? mSecurityContainer.getCurrentSecurityView() : null; in getCurrentSecurityView()
DKeyguardSecurityContainer.java923 public KeyguardSecurityView getCurrentSecurityView() { in getCurrentSecurityView() method in KeyguardSecurityContainer