Searched refs:isInputTooShort (Results 1 – 1 of 1) sorted by relevance
269 authenticationMethod == Pin && authenticationMethod.isInputTooShort(inputLength) -> in <lambda>()272 authenticationMethod.isInputTooShort(inputLength) -> true in <lambda>()277 private suspend fun AuthenticationMethodModel.isInputTooShort(inputLength: Int): Boolean { in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor