Home
last modified time | relevance | path

Searched refs:mCallInfo (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java178 private final CallInfo mCallInfo; field in BluetoothInCallService
250 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 …]
/packages/services/Telecomm/src/com/android/server/telecom/
DCallIdMapper.java90 private ICallInfo mCallInfo; field in CallIdMapper
93 mCallInfo = callInfo; in CallIdMapper()
110 addCall(call, mCallInfo.getCallId(call)); in addCall()
128 return mCallInfo.getCallId(call); in getCallId()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderProxyTest.java53 @Mock private Analytics.CallInfo mCallInfo; field in VideoProviderProxyTest
66 when(mCall.getAnalytics()).thenReturn(mCallInfo); in setUp()
67 doNothing().when(mCallInfo).addVideoEvent(anyInt(), anyInt()); in setUp()
DMissedInformationTest.java94 @Mock Analytics.CallInfo mCallInfo; field in MissedInformationTest
411 when(mEmergencyCall.getAnalytics()).thenReturn(mCallInfo); in setUpEmergencyCall()
DCallLogManagerTest.java107 private Analytics.CallInfo mCallInfo; field in CallLogManagerTest
173 mCallInfo = new Analytics.CallInfo(); in setUp()
1315 when(fakeCall.getAnalytics()).thenReturn(mCallInfo); in makeFakeCall()
DInCallControllerTests.java155 @Mock Analytics.CallInfoImpl mCallInfo; field in InCallControllerTests
916 when(mMockCall.getAnalytics()).thenReturn(mCallInfo); in testBindToService_NullBinding_FallBackToSystem()
949 verify(mCallInfo).addInCallService(eq(defDialerComponentName.flattenToShortString()), in testBindToService_NullBinding_FallBackToSystem()