Searched defs:strongAuth (Results 1 – 5 of 5) sorted by relevance
158 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated()
1573 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(userId); in isEncryptedOrLockdown() local
516 final int strongAuth = lpu.getStrongAuthForUser(user); in isUserEncryptedOrLockdown() local
1546 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
410 void register(LockSettingsStrongAuth strongAuth) { in register()