Home
last modified time | relevance | path

Searched refs:isStrongAuth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialUtils.java58 DevicePolicyManager dpm, int userId, boolean isStrongAuth) { in reportSuccessfulAttempt() argument
59 if (isStrongAuth) { in reportSuccessfulAttempt()
DConfirmDeviceCredentialActivity.java125 final boolean isStrongAuth = result.getAuthenticationType()
128 mDevicePolicyManager, mUserId, isStrongAuth);