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.java450 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView
451 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
DKeyguardSecurityContainer.java692 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java311 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()
318 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java419 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()
485 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()