Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DSubscriptionRepository.kt171 fun phoneNumberFlow(subId: Int): Flow<String?> = in <lambda>() method
237 fun Context.phoneNumberFlow(subscriptionInfo: SubscriptionInfo): Flow<String?> = in Context() method
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/
DSubscriptionRepositoryTest.kt235 fun phoneNumberFlow() = runBlocking { in <lambda>() method in com.android.settings.network.telephony.SubscriptionRepositoryTest