Home
last modified time | relevance | path

Searched defs:isCurrentUserActiveUnlockRunning (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DTrustRepositoryTest.kt232 val isCurrentUserActiveUnlockRunning by in isCurrentUserActiveUnlockRunning_runningFirstBeforeUserInfoChanges_emitsCorrectValue() constant
250 val isCurrentUserActiveUnlockRunning by in isCurrentUserActiveUnlockRunning_whenActiveUnlockRunningForCurrentUser_emitsNewValue() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DTrustRepositoryLogger.kt101 fun isCurrentUserActiveUnlockRunning(isCurrentUserActiveUnlockRunning: Boolean) { in isCurrentUserActiveUnlockRunning() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DTrustRepository.kt57 val isCurrentUserActiveUnlockRunning: Flow<Boolean> constant
150 override val isCurrentUserActiveUnlockRunning: Flow<Boolean> = constant in com.android.systemui.keyguard.data.repository.TrustRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeTrustRepository.kt41 override val isCurrentUserActiveUnlockRunning: StateFlow<Boolean> = constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository