Searched defs:isDeviceEntered (Results 1 – 6 of 6) sorted by relevance
137 val isDeviceEntered by collectLastValue(underTest.isDeviceEntered) in <lambda>() constant147 val isDeviceEntered by collectLastValue(underTest.isDeviceEntered) in <lambda>() constant159 val isDeviceEntered by collectLastValue(underTest.isDeviceEntered) in <lambda>() constant171 val isDeviceEntered by collectLastValue(underTest.isDeviceEntered) in <lambda>() constant193 val isDeviceEntered by collectLastValue(underTest.isDeviceEntered) in <lambda>() constant
96 val isDeviceEntered: StateFlow<Boolean> = in <lambda>() constant138 ) { isSwipeAuthMethod, deviceUnlockStatus, isDeviceEntered -> in <lambda>() method
95 val isDeviceEntered = flowValues[0] as Boolean in <lambda>() constant
503 deviceEntryInteractor.isDeviceEntered.collect { isDeviceEntered -> in <lambda>() method
89 private val isDeviceEntered: Flow<Boolean> by lazy { in <lambda>() constant
364 val isDeviceEntered: Boolean = false, in <lambda>() constant in com.android.systemui.scene.domain.startable.ScrimStartableTest.Preconditions