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.java449 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView
450 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
DKeyguardSecurityContainer.java669 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java305 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()
312 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java412 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()
478 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()