Searched refs:getCurrentSecurityMode (Results 1 – 4 of 4) sorted by relevance
450 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardHostView451 return mSecurityContainer.getCurrentSecurityMode(); in getCurrentSecurityMode()
692 public SecurityMode getCurrentSecurityMode() { in getCurrentSecurityMode() method in KeyguardSecurityContainer
311 verify(mKeyguardHostView, never()).getCurrentSecurityMode(); in testNeedsFullscreenBouncer_asksKeyguardView()318 verify(mKeyguardHostView).getCurrentSecurityMode(); in testIsFullscreenBouncer_asksKeyguardView()
419 if (mKeyguardView.getCurrentSecurityMode() == SecurityMode.Password) { in getTop()485 SecurityMode mode = mKeyguardView.getCurrentSecurityMode(); in isFullscreenBouncer()