Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeTrustRepository.kt33 private val _isTrustUsuallyManaged = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository
35 get() = _isTrustUsuallyManaged
68 _isTrustUsuallyManaged.value = value in setTrustUsuallyManaged()