Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt1544 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1553 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1562 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1580 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1589 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1600 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1608 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
1615 val logoInfo by collectLastValue(kosmos.promptViewModel.logoInfo) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt180 val logoInfo = viewModel.logoInfo.first() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModel.kt483 val logoInfo: Flow<Pair<Drawable?, String>> = in <lambda>() constant