Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractorImplTest.kt63 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted()
68 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdatesSfpsAuthenticationReason_whenUdfpsAuthenticationStarted()
78 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesSfpsAuthenticationReason_whenSfpsBiometricPromptAuthenticationStarted()
94 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted()
99 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenSfpsDeviceEntryAuthenticationStarted()
109 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesSfpsAuthenticationReason_whenOtherSfpsAuthenticationStarted()
124 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenOtherSfpsSettingsAuthenticationStarted()
131 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in doesNotUpdateSfpsAuthenticationReason_whenOtherSfpsSettingsAuthenticationStarted()
141 assertThat(sfpsAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesSfpsAuthenticationReason_whenSfpsEnrollmentStarted()
173 AuthenticationReason.NotRunning in updatesFingerprintAuthenticationReason_whenSfpsAuthenticationStopped()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepositoryTest.kt80 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenBiometricPromptAuthenticationStarted()
99 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenDeviceEntryAuthenticationStarted()
121 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenOtherAuthenticationStarted()
143 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenSettingsAuthenticationStarted()
165 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenEnrollmentAuthenticationStarted()
211 assertThat(fingerprintAuthenticationReason).isEqualTo(AuthenticationReason.NotRunning) in updatesFingerprintAuthenticationReason_whenAuthenticationStopped()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinderTest.kt153 AuthenticationReason.NotRunning in verifyIndicatorNotAdded_whenInRearDisplayMode()
177 AuthenticationReason.NotRunning in verifyIndicatorShowAndHide_onPrimaryBouncerShowAndHide()
213 AuthenticationReason.NotRunning in verifyIndicatorShowAndHide_onAlternateBouncerShowAndHide()
262 AuthenticationReason.NotRunning in verifyIndicatorShownAndHidden_onSystemServerAuthenticationStartedAndStopped()
282 AuthenticationReason.NotRunning in verifyIndicatorProgressBarInteraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationReason.kt40 data object NotRunning : AuthenticationReason object
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeBiometricStatusRepository.kt30 MutableStateFlow<AuthenticationReason>(AuthenticationReason.NotRunning)
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt153 AuthenticationReason.NotRunning in <lambda>()
173 AuthenticationState.Idle(requestReason = AuthenticationReason.NotRunning) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DSideFpsOverlayViewBinder.kt39 import com.android.systemui.biometrics.shared.model.AuthenticationReason.NotRunning in <lambda>()
103 } else if (systemServerAuthReason != NotRunning) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DBiometricStatusInteractor.kt63 AuthenticationReason.NotRunning in reason()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DSideFpsOverlayViewModelTest.kt291 AuthenticationReason.NotRunning in updatesLottieCallbacks_onShowIndicatorForDeviceEntry()