Home
last modified time | relevance | path

Searched refs:setKeyguardBypassController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java343 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in skipsAuthentication_whenEncryptedKeyguard()
365 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in testStrongAuthExceptOnBouncer()
391 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in testTriesToAuthenticate_whenTrustOnAgentKeyguard_ifBypass()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2347 public void setKeyguardBypassController(KeyguardBypassController keyguardBypassController) { in setKeyguardBypassController() method in KeyguardUpdateMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java689 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in start()