Searched refs:getPrimarySimInfo (Results 1 – 3 of 3) sorted by relevance
34 fun getPrimarySimInfo(selectableSubscriptionInfoList: List<SubscriptionInfo>): PrimarySimInfo? { in getPrimarySimInfo() method in com.android.settings.spa.network.PrimarySimRepository
82 emit(PrimarySimRepository(context).getPrimarySimInfo(selectableSubInfoList)) in <lambda>()
321 .map(PrimarySimRepository(context)::getPrimarySimInfo) in PrimarySimSectionImpl()