Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryBiometricSettingsInteractorTest.kt43 val isCoex by collectLastValue(underTest.fingerprintAndFaceEnrolledAndEnabled) in <lambda>() constant
51 val isCoex by collectLastValue(underTest.fingerprintAndFaceEnrolledAndEnabled) in <lambda>() constant
59 val isCoex by collectLastValue(underTest.fingerprintAndFaceEnrolledAndEnabled) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt679 fun isCoex() = modalities.hasFaceAndFingerprint in isCoex() method in com.android.systemui.biometrics.ui.binder.Spaghetti
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt1828 val isCoex: Boolean constant in com.android.systemui.biometrics.ui.viewmodel.TestCase