Searched refs:getCurrentSecurityMode (Results 1 – 4 of 4) sorted by relevance
449 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView450 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
669 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
305 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()312 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
412 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()478 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()