Searched refs:mCallInfo (Results 1 – 7 of 7) sorted by relevance
140 public CallInfo mCallInfo = new CallInfo(); field in BluetoothInCallService220 if (mCallInfo.isNullCall(call)) { in onStateChanged()242 for (BluetoothCall otherCall : mCallInfo.getBluetoothCalls()) { in onStateChanged()253 BluetoothCall activeCall = mCallInfo.getActiveCall(); in onStateChanged()254 if (!mCallInfo.isNullCall(activeCall) in onStateChanged()271 if (mCallInfo.isNullCall(call)) { in onDetailsChanged()288 if (mCallInfo.isNullCall(call) || call.isExternalCall()) { in onParentChanged()310 if (mCallInfo.isNullCall(call) || call.isExternalCall()) { in onChildrenChanged()369 BluetoothCall call = mCallInfo.getRingingOrSimulatedRingingCall(); in answerCall()370 if (mCallInfo.isNullCall(call)) { 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()1314 when(fakeCall.getAnalytics()).thenReturn(mCallInfo); in makeFakeCall()
153 @Mock Analytics.CallInfoImpl mCallInfo; field in InCallControllerTests909 when(mMockCall.getAnalytics()).thenReturn(mCallInfo); in testBindToService_NullBinding_FallBackToSystem()942 verify(mCallInfo).addInCallService(eq(defDialerComponentName.flattenToShortString()), in testBindToService_NullBinding_FallBackToSystem()
160 mBluetoothInCallService.mCallInfo = mMockCallInfo; in setUp()