/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | BouncerSceneContentViewModel.kt | 158 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 D | BouncerMessageViewModel.kt | 133 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 D | PinBouncerViewModel.kt | 65 @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 D | AuthMethodBouncerViewModel.kt | 58 abstract val authenticationMethod: AuthenticationMethodModel in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
|
H A D | PasswordBouncerViewModel.kt | 66 override val authenticationMethod = AuthenticationMethodModel.Password in <lambda>() constant
|
H A D | PatternBouncerViewModel.kt | 83 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 D | SceneContainerStartableTest.kt | 190 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 D | AuthenticationInteractor.kt | 88 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 D | FakeAuthenticationRepository.kt | 55 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 D | BouncerViewModelKosmos.kt | 84 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 D | StatusBarDisableFlagsInteractor.kt | 93 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 D | StatusBarStartable.kt | 97 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 D | DeviceEntrySourceInteractor.kt | 161 authenticationInteractor.authenticationMethod, in <lambda>() 167 authenticationMethod, in <lambda>() method 181 unlockingAllowed || !authenticationMethod.isSecure -> in <lambda>()
|
H A D | DeviceEntryInteractor.kt | 176 authenticationInteractor.authenticationMethod.map { in <lambda>()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PinBouncerViewModelTest.kt | 77 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 D | BouncerSceneContentViewModelTest.kt | 124 assertThat(it.authenticationMethod).isEqualTo(authMethod) in <lambda>() 142 firstInstance?.let { assertThat(it.authenticationMethod).isEqualTo(authMethod) } in <lambda>()
|
H A D | AuthMethodBouncerViewModelTest.kt | 57 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/ |
D | PinBouncerViewModel.java | 31 …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 D | AuthenticationInteractorTest.kt | 62 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 D | BouncerInteractor.kt | 89 authenticationInteractor.authenticationMethod.map { authMethod -> in <lambda>() 103 authenticationInteractor.authenticationMethod, in <lambda>()
|
H A D | BouncerActionButtonInteractor.kt | 86 authenticationInteractor.authenticationMethod.asUnitFlow,
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/ |
H A D | AuthenticationRepositoryTest.kt | 95 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 D | AuthenticationRepository.kt | 120 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/ |
D | AuthenticationInteractor.java | 66 …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 D | NotificationShadeWindowModel.kt | 121 .sample(authenticationInteractor.get().authenticationMethod, ::Pair) in <lambda>()
|