Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractor.kt179 if (input.length < MIN_SIM_PIN_LENGTH || input.length > MAX_SIM_PIN_LENGTH) { in verifySimPin()
233 if (entry.length in MIN_SIM_PIN_LENGTH..MAX_SIM_PIN_LENGTH) { in verifySimPuk()
344 const val MAX_SIM_PIN_LENGTH = 8 constant