Searched refs:callStateFlow (Results 1 – 5 of 5) sorted by relevance
62 on { callStateFlow(SUB_ID) } doReturn flowOf(TelephonyManager.CALL_STATE_IDLE) in <lambda>()118 on { callStateFlow(SUB_ID) } doReturn flowOf(TelephonyManager.CALL_STATE_IDLE) in isEnabled_callIdle_enabled()130 on { callStateFlow(SUB_ID) } doReturn flowOf(TelephonyManager.CALL_STATE_RINGING) in <lambda>()
69 val flow = repository.callStateFlow(SUB_ID) in <lambda>()79 repository.callStateFlow(SUB_ID).toListWithTimeout() in <lambda>()
38 fun callStateFlow(subId: Int): Flow<Int> = context.telephonyCallbackFlow(subId) { in <lambda>() method57 combine(subIds.map(::callStateFlow)) { states -> in <lambda>()
58 CallStateRepository(mContext).callStateFlow(subscriptionId) in onViewCreated()
93 callStateRepository.callStateFlow(mSubId).collectLatestWithLifecycle(viewLifecycleOwner) { in onViewCreated()