Searched refs:isPin (Results 1 – 2 of 2) sorted by relevance
50 public PasswordHelper(boolean isPin) { in PasswordHelper() argument51 mIsPin = isPin; in PasswordHelper()
97 if (newCredential.isPassword() || newCredential.isPin()) { in setLockCredential()