Searched refs:getCurrentSecurityMode (Results 1 – 4 of 4) sorted by relevance
446 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView447 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
494 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
287 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()294 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
377 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()443 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()