Home
last modified time | relevance | path

Searched refs:getCurrentSecurityMode (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java446 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView
447 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
DKeyguardSecurityContainer.java494 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java287 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()
294 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java377 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()
443 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()