Searched refs:mCallInfo (Results 1 – 6 of 6) sorted by relevance
178 private final CallInfo mCallInfo; field in BluetoothInCallService250 if (mCallInfo.isNullCall(call)) { in onStateChanged()272 for (BluetoothCall otherCall : mCallInfo.getBluetoothCalls()) { in onStateChanged()283 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged()284 if (!mCallInfo.isNullCall(activeCall) in onStateChanged()303 if (mCallInfo.isNullCall(call)) { in onDetailsChanged()324 if (mCallInfo.isNullCall(call) || call.isExternalCall()) { in onParentChanged()350 if (mCallInfo.isNullCall(call) || call.isExternalCall()) { in onChildrenChanged()389 mCallInfo = requireNonNullElseGet(callInfo, () -> new CallInfo()); in BluetoothInCallService()414 BluetoothCall call = mCallInfo.getRingingOrSimulatedRingingCall(); in answerCall()[all …]
90 private ICallInfo mCallInfo; field in CallIdMapper93 mCallInfo = callInfo; in CallIdMapper()110 addCall(call, mCallInfo.getCallId(call)); in addCall()128 return mCallInfo.getCallId(call); in getCallId()
53 @Mock private Analytics.CallInfo mCallInfo; field in VideoProviderProxyTest66 when(mCall.getAnalytics()).thenReturn(mCallInfo); in setUp()67 doNothing().when(mCallInfo).addVideoEvent(anyInt(), anyInt()); in setUp()
94 @Mock Analytics.CallInfo mCallInfo; field in MissedInformationTest411 when(mEmergencyCall.getAnalytics()).thenReturn(mCallInfo); in setUpEmergencyCall()
107 private Analytics.CallInfo mCallInfo; field in CallLogManagerTest173 mCallInfo = new Analytics.CallInfo(); in setUp()1315 when(fakeCall.getAnalytics()).thenReturn(mCallInfo); in makeFakeCall()
155 @Mock Analytics.CallInfoImpl mCallInfo; field in InCallControllerTests916 when(mMockCall.getAnalytics()).thenReturn(mCallInfo); in testBindToService_NullBinding_FallBackToSystem()949 verify(mCallInfo).addInCallService(eq(defDialerComponentName.flattenToShortString()), in testBindToService_NullBinding_FallBackToSystem()