Home
last modified time | relevance | path

Searched defs:activeAuthType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptIconViewModel.kt62 val activeAuthType: Flow<AuthType> = in <lambda>() constant
123 ) { _, activeAuthType, fingerprintSensorWidth, fingerprintSensorHeight -> in <lambda>() method
133 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
327 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
428 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
507 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
604 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
640 activeAuthType.flatMapLatest { activeAuthType: AuthType -> in <lambda>() method
DPromptViewModel.kt445 combine(iconViewModel.activeAuthType, modalities) { activeAuthType, modalities -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DPromptIconViewBinder.kt108 (activeAuthType, iconSize) -> in <lambda>() method
171 .collect { (iconAsset, activeAuthType, shouldAnimateIconView, showingError) in <lambda>() method