Searched refs:currentDevicePosture (Results 1 – 5 of 5) sorted by relevance
34 val currentDevicePosture: Flow<DevicePosture> in <lambda>() constant44 override val currentDevicePosture: Flow<DevicePosture> constant in com.android.systemui.keyguard.data.repository.DevicePostureRepositoryImpl48 val currentDevicePosture = DevicePosture.toPosture(posture) in <lambda>() constant50 currentDevicePosture, in <lambda>()52 "Error sending posture update to $currentDevicePosture" in <lambda>()
166 devicePostureRepository.currentDevicePosture.map { in <lambda>()
30 val posture = devicePostureRepository.currentDevicePosture
25 override val currentDevicePosture: Flow<DevicePosture> constant in com.android.systemui.keyguard.data.repository.FakeDevicePostureRepository
66 val currentPosture = collectLastValue(underTest.currentDevicePosture) in postureChangesArePropagated()