Home
last modified time | relevance | path

Searched defs:subscriptionsChangedFlow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DTelephonyRepository.kt41 private val subscriptionsChangedFlow: Flow<Unit> = context.subscriptionsChangedFlow(), constant in com.android.settings.network.telephony.TelephonyRepository
DSubscriptionRepository.kt82 fun Context.subscriptionsChangedFlow() = callbackFlow { in Context() method