Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt94 assertSucceeded(underTest.authenticate(FakeAuthenticationRepository.DEFAULT_PIN)) in <lambda>()
186 val defaultPin = FakeAuthenticationRepository.DEFAULT_PIN.toMutableList() in <lambda>()
208 val wrongPin = FakeAuthenticationRepository.DEFAULT_PIN.map { it + 1 } in <lambda>()
225 val longerPin = FakeAuthenticationRepository.DEFAULT_PIN + listOf(7) in <lambda>()
242 val correctPin = FakeAuthenticationRepository.DEFAULT_PIN in <lambda>()
258 val correctPin = FakeAuthenticationRepository.DEFAULT_PIN in <lambda>()
274 val correctPin = FakeAuthenticationRepository.DEFAULT_PIN in <lambda>()
335 assertSucceeded(underTest.authenticate(FakeAuthenticationRepository.DEFAULT_PIN)) in <lambda>()
348 val correctPin = FakeAuthenticationRepository.DEFAULT_PIN in <lambda>()
378 val correctPin = FakeAuthenticationRepository.DEFAULT_PIN in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModelTest.kt65 FakeAuthenticationRepository.DEFAULT_PIN.drop(2).forEach { digit -> in <lambda>()
75 FakeAuthenticationRepository.DEFAULT_PIN.forEach { digit -> in <lambda>()
DPinBouncerViewModelTest.kt210 FakeAuthenticationRepository.DEFAULT_PIN.forEach(underTest::onPinButtonClicked) in <lambda>()
253 FakeAuthenticationRepository.DEFAULT_PIN.forEach(underTest::onPinButtonClicked) in <lambda>()
274 FakeAuthenticationRepository.DEFAULT_PIN.forEach(underTest::onPinButtonClicked) in <lambda>()
295 FakeAuthenticationRepository.DEFAULT_PIN.dropLast(1).forEach { digit -> in <lambda>()
299 FakeAuthenticationRepository.DEFAULT_PIN.last() + 1 in <lambda>()
313 FakeAuthenticationRepository.DEFAULT_PIN.forEach(underTest::onPinButtonClicked) in <lambda>()
DBouncerViewModelTest.kt226 private val WRONG_PIN = FakeAuthenticationRepository.DEFAULT_PIN.map { it + 1 } in <lambda>()
DBouncerMessageViewModelTest.kt446 private val WRONG_PIN = FakeAuthenticationRepository.DEFAULT_PIN.map { it + 1 } in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt121 return (credentialOverride ?: DEFAULT_PIN).size in <lambda>()
183 LockPatternUtils.CREDENTIAL_TYPE_PIN -> credentialOverride ?: DEFAULT_PIN in <lambda>()
209 val DEFAULT_PIN = buildList { repeat(HINTING_PIN_LENGTH) { add(it + 1) } } in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt88 assertThat(underTest.authenticate(FakeAuthenticationRepository.DEFAULT_PIN)) in <lambda>()
118 FakeAuthenticationRepository.DEFAULT_PIN, in <lambda>()
143 FakeAuthenticationRepository.DEFAULT_PIN, in <lambda>()
DAlternateBouncerInteractorTest.kt97 kosmos.authenticationInteractor.authenticate(FakeAuthenticationRepository.DEFAULT_PIN) in canShowAlternateBouncer_false_dueToTransitionState_scene_container()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DSceneBackInteractorTest.kt196 assertThat(authenticationInteractor.authenticate(FakeAuthenticationRepository.DEFAULT_PIN)) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModelTest.kt297 FakeAuthenticationRepository.DEFAULT_PIN in setLockscreenDismissible()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt672 FakeAuthenticationRepository.DEFAULT_PIN.forEach { digit -> in <lambda>()
700 FakeAuthenticationRepository.DEFAULT_PIN.forEach { digit -> in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractorTest.kt436 authenticationInteractor.authenticate(FakeAuthenticationRepository.DEFAULT_PIN) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DWindowManagerLockscreenVisibilityInteractorTest.kt963 kosmos.authenticationInteractor.authenticate(FakeAuthenticationRepository.DEFAULT_PIN) in <lambda>()