Home
last modified time | relevance | path

Searched defs:currentDevicePosture (Results 1 – 2 of 2) 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
/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