Home
last modified time | relevance | path

Searched refs:currentDevicePosture (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDevicePostureRepository.kt34 val currentDevicePosture: Flow<DevicePosture> in <lambda>() constant
44 override val currentDevicePosture: Flow<DevicePosture> constant in com.android.systemui.keyguard.data.repository.DevicePostureRepositoryImpl
48 val currentDevicePosture = DevicePosture.toPosture(posture) in <lambda>() constant
50 currentDevicePosture, in <lambda>()
52 "Error sending posture update to $currentDevicePosture" in <lambda>()
DBiometricSettingsRepository.kt166 devicePostureRepository.currentDevicePosture.map { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DDevicePostureInteractor.kt30 val posture = devicePostureRepository.currentDevicePosture
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDevicePostureRepository.kt25 override val currentDevicePosture: Flow<DevicePosture> constant in com.android.systemui.keyguard.data.repository.FakeDevicePostureRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DDevicePostureRepositoryTest.kt66 val currentPosture = collectLastValue(underTest.currentDevicePosture) in postureChangesArePropagated()