Home
last modified time | relevance | path

Searched refs:authenticationMethod (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerSceneContentViewModel.kt158 authenticationInteractor.authenticationMethod in <lambda>()
270 authenticationMethod: AuthenticationMethodModel in <lambda>()
275 if (authenticationMethod == childViewModel?.authenticationMethod) { in <lambda>()
279 return when (authenticationMethod) { in <lambda>()
282 authenticationMethod = authenticationMethod, in <lambda>()
289 authenticationMethod = authenticationMethod, in <lambda>()
H A DBouncerMessageViewModel.kt133 authenticationInteractor.authenticationMethod in <lambda>()
162 authenticationInteractor.authenticationMethod in <lambda>()
186 authenticationInteractor.authenticationMethod, in <lambda>()
235 authenticationInteractor.authenticationMethod, in <lambda>()
273 authenticationInteractor.authenticationMethod, in <lambda>()
341 authenticationInteractor.authenticationMethod.collectLatest { authMethod -> in <lambda>()
H A DPinBouncerViewModel.kt65 @Assisted override val authenticationMethod: AuthenticationMethodModel, in <lambda>() constant
78 val isSimAreaVisible = authenticationMethod == AuthenticationMethodModel.Sim in <lambda>()
211 if (authenticationMethod == AuthenticationMethodModel.Sim) { in <lambda>()
312 authenticationMethod: AuthenticationMethodModel, in <lambda>()
H A DAuthMethodBouncerViewModel.kt58 abstract val authenticationMethod: AuthenticationMethodModel in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
H A DPasswordBouncerViewModel.kt66 override val authenticationMethod = AuthenticationMethodModel.Password in <lambda>() constant
H A DPatternBouncerViewModel.kt83 override val authenticationMethod = AuthenticationMethodModel.Pattern in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartableTest.kt190 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
252 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
329 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
419 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
459 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
475 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
497 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
522 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
551 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
583 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt88 val authenticationMethod: Flow<AuthenticationMethodModel> = repository.authenticationMethod in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
272 authenticationMethod: AuthenticationMethodModel, in <lambda>()
282 authenticationMethod == Pin && authenticationMethod.isInputTooShort(inputLength) -> in <lambda>()
285 authenticationMethod.isInputTooShort(inputLength) -> true in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt55 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
77 return authenticationMethod.value in <lambda>()
80 fun setAuthenticationMethod(authenticationMethod: AuthenticationMethodModel) { in <lambda>()
81 _authenticationMethod.value = authenticationMethod in <lambda>()
82 securityMode = authenticationMethod.toSecurityMode() in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModelKosmos.kt84 authenticationMethod: AuthenticationMethodModel, in <lambda>()
93 authenticationMethod = authenticationMethod, in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DStatusBarDisableFlagsInteractor.kt93 authenticationInteractor.authenticationMethod, in <lambda>()
100 val authenticationMethod = values[4] as AuthenticationMethodModel in <lambda>() constant
127 authenticationMethod.isSecure && in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DStatusBarStartable.kt97 authenticationInteractor.authenticationMethod, in <lambda>()
106 val authenticationMethod = values[6] as AuthenticationMethodModel in <lambda>() constant
130 authenticationMethod.isSecure && in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
H A DDeviceEntrySourceInteractor.kt161 authenticationInteractor.authenticationMethod, in <lambda>()
167 authenticationMethod, in <lambda>() method
181 unlockingAllowed || !authenticationMethod.isSecure -> in <lambda>()
H A DDeviceEntryInteractor.kt176 authenticationInteractor.authenticationMethod.map { in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinBouncerViewModelTest.kt77 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
96 assertThat(underTest.authenticationMethod).isEqualTo(AuthenticationMethodModel.Pin) in <lambda>()
106 authenticationMethod = AuthenticationMethodModel.Sim, in <lambda>()
132 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
H A DBouncerSceneContentViewModelTest.kt124 assertThat(it.authenticationMethod).isEqualTo(authMethod) in <lambda>()
142 firstInstance?.let { assertThat(it.authenticationMethod).isEqualTo(authMethod) } in <lambda>()
H A DAuthMethodBouncerViewModelTest.kt57 authenticationMethod = AuthenticationMethodModel.Pin, in <lambda>()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/ui/viewmodel/
DPinBouncerViewModel.java31 …android.systemui.authentication.shared.model.AuthenticationMethodModel authenticationMethod = null; field in PinBouncerViewModel
104 … com.android.systemui.authentication.shared.model.AuthenticationMethodModel authenticationMethod) { in PinBouncerViewModel() argument
268 …id.systemui.authentication.shared.model.AuthenticationMethodModel authenticationMethod, @org.jetbr… in create() argument
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt62 fun authenticationMethod() = in <lambda>() method
64 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>()
78 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt89 authenticationInteractor.authenticationMethod.map { authMethod -> in <lambda>()
103 authenticationInteractor.authenticationMethod, in <lambda>()
H A DBouncerActionButtonInteractor.kt86 authenticationInteractor.authenticationMethod.asUnitFlow,
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt95 fun authenticationMethod() = in authenticationMethod() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
97 val authMethod by collectLastValue(underTest.authenticationMethod) in authenticationMethod()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt120 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant
222 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.java66 …ndroid.systemui.authentication.shared.model.AuthenticationMethodModel> authenticationMethod = null; field in AuthenticationInteractor
288 …id.systemui.authentication.shared.model.AuthenticationMethodModel authenticationMethod, boolean is… in shouldSkipAuthenticationAttempt() argument
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DNotificationShadeWindowModel.kt121 .sample(authenticationInteractor.get().authenticationMethod, ::Pair) in <lambda>()

12