Searched refs:mInCallService (Results 1 – 3 of 3) sorted by relevance
63 private InCallServiceImpl mInCallService; field in UiCallManager133 mInCallService = ((InCallServiceImpl.LocalBinder) binder).getService();139 mInCallService = null;149 if (mInCallService != null) { in tearDown()151 mInCallService = null; in tearDown()160 if (mInCallService == null) { in getMuted()163 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()169 if (mInCallService == null) { in setMuted()172 mInCallService.setMuted(muted); in setMuted()268 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()[all …]
79 private InCallServiceImpl mInCallService; field in InCallViewModel85 mInCallService = ((InCallServiceImpl.LocalBinder) binder).getService();86 for (Call call : mInCallService.getCalls()) {90 mInCallService.addActiveCallListChangedCallback(InCallViewModel.this);91 mInCallService.addCallAudioStateChangedCallback(InCallViewModel.this);97 mInCallService = null;279 callList.addAll(mInCallService.getCalls()); in updateCallList()286 if (mInCallService != null) { in onCleared()287 for (Call call : mInCallService.getCalls()) { in onCleared()290 mInCallService.removeActiveCallListChangedCallback(this); in onCleared()[all …]
64 private InCallServiceImpl mInCallService; field in InCallViewModelTest84 ((TestDialerApplication) context).setupInCallServiceImpl(mInCallService); in setup()106 when(mInCallService.getCalls()).thenReturn(mListForMockCalls); in setup()