Home
last modified time | relevance | path

Searched refs:supportedPostures (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeFacePropertyRepository.kt46 override val supportedPostures: List<DevicePosture> = listOf(DevicePosture.CLOSED) constant in com.android.systemui.biometrics.data.repository.FakeFacePropertyRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepository.kt73 val supportedPostures: List<DevicePosture> in <lambda>() constant
196 override val supportedPostures: List<DevicePosture> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DSystemUIDeviceEntryFaceAuthInteractor.kt254 if (facePropertyRepository.supportedPostures.contains(DevicePosture.OPENED)) { in <lambda>()