Searched defs:propertiesInitialized (Results 1 – 4 of 4) sorted by relevance
48 fun propertiesInitialized() = in propertiesInitialized() method50 val propertiesInitialized by collectLastValue(underTest.propertiesInitialized) in propertiesInitialized() constant
59 val propertiesInitialized: Flow<Boolean> in <lambda>() constant140 override val propertiesInitialized: Flow<Boolean> = constant in com.android.systemui.biometrics.data.repository.FingerprintPropertyRepositoryImpl
31 override val propertiesInitialized: MutableStateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.biometrics.data.repository.FakeFingerprintPropertyRepository
50 val propertiesInitialized: Flow<Boolean> = repository.propertiesInitialized in <lambda>() constant