Searched defs:serviceStateFlow (Results 1 – 2 of 2) sorted by relevance
28 fun Context.serviceStateFlow(subId: Int): Flow<ServiceState> = telephonyCallbackFlow(subId) { in Context() method
104 val serviceStateFlow = remember { in getAvailabilityStatus() constant