Searched defs:isAnySimSecure (Results 1 – 6 of 6) sorted by relevance
114 val isAnySimSecure: Flow<Boolean> constant
164 override val isAnySimSecure: Flow<Boolean> = activeRepo.flatMapLatest { it.isAnySimSecure } in <lambda>() constant
99 override val isAnySimSecure = MutableStateFlow(false) constant
71 val isAnySimSecure: Flow<Boolean> = mobileConnectionsRepository.isAnySimSecure constant
143 override val isAnySimSecure: Flow<Boolean> = flowOf(getIsAnySimSecure()) in <lambda>() constant
307 override val isAnySimSecure: Flow<Boolean> = in <lambda>() constant