Searched refs:supportedPostures (Results 1 – 3 of 3) sorted by relevance
46 override val supportedPostures: List<DevicePosture> = listOf(DevicePosture.CLOSED) constant in com.android.systemui.biometrics.data.repository.FakeFacePropertyRepository
73 val supportedPostures: List<DevicePosture> in <lambda>() constant196 override val supportedPostures: List<DevicePosture> = constant
254 if (facePropertyRepository.supportedPostures.contains(DevicePosture.OPENED)) { in <lambda>()