Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDevicePostureRepository.kt31 val currentDevicePosture: Flow<DevicePosture>
38 override val currentDevicePosture: Flow<DevicePosture>
41 val currentDevicePosture = DevicePosture.toPosture(posture) regex
43 currentDevicePosture,
45 "Error sending posture update to $currentDevicePosture"
H A DBiometricSettingsRepository.kt163 devicePostureRepository.currentDevicePosture.map {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeDevicePostureRepository.kt25 override val currentDevicePosture: Flow<DevicePosture>
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDevicePostureRepositoryTest.kt62 val currentPosture = collectLastValue(underTest.currentDevicePosture)