Searched refs:authenticationFlags (Results 1 – 6 of 6) sorted by relevance
41 val authenticationFlags: Flow<AuthenticationFlags> = repository.authenticationFlags in <lambda>() constant
171 biometricSettingsInteractor.authenticationFlags, in <lambda>()
68 assertThat(underTest.authenticationFlags) in authenticationFlags_providesAuthFlagsFromRepository()69 .isSameInstanceAs(biometricSettingsRepository.authenticationFlags) in authenticationFlags_providesAuthFlagsFromRepository()
57 override val authenticationFlags: Flow<AuthenticationFlags> constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
116 val authenticationFlags: Flow<AuthenticationFlags> in <lambda>() constant151 override val authenticationFlags: Flow<AuthenticationFlags> = constant
657 val authFlags = collectLastValue(underTest.authenticationFlags) in authFlagChangesForCurrentUserArePropagated()