Searched refs:PIN_LENGTH_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance
27 import static com.android.internal.widget.LockPatternUtils.PIN_LENGTH_UNAVAILABLE;682 assertEquals(PIN_LENGTH_UNAVAILABLE, deserialized.pinLength); in testDeserializePasswordData_forPinWithLengthExplicitlyUnavailable()737 assertEquals(PIN_LENGTH_UNAVAILABLE, deserialized.pinLength); in testDeserializePasswordData_forNoneCred()763 assertEquals(PIN_LENGTH_UNAVAILABLE, deserialized.pinLength); in testDeserializePasswordData_forPasswordOrPin()
193 && mPinLength != LockPatternUtils.PIN_LENGTH_UNAVAILABLE; in isAutoPinConfirmEnabledInSettings()
23 import static com.android.internal.widget.LockPatternUtils.PIN_LENGTH_UNAVAILABLE;426 result.pinLength = PIN_LENGTH_UNAVAILABLE; in fromBytes()768 return LockPatternUtils.PIN_LENGTH_UNAVAILABLE; in getPinLength()1001 int pinLength = PIN_LENGTH_UNAVAILABLE; in createLskfBasedProtector()1084 return PIN_LENGTH_UNAVAILABLE; in derivePinLength()
41 import static com.android.internal.widget.LockPatternUtils.PIN_LENGTH_UNAVAILABLE;1434 return PIN_LENGTH_UNAVAILABLE; in getPinLength()
120 public static final int PIN_LENGTH_UNAVAILABLE = -1; field in LockPatternUtils632 return PIN_LENGTH_UNAVAILABLE; in getPinLength()