Home
last modified time | relevance | path

Searched defs:foregroundCall (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java309 final Call foregroundCall = mock(Call.class); in testListCurrentCallsCdmaHold() local
715 final Call foregroundCall = mock(Call.class); in testProcessChldHoldActiveSwapConference() local
752 final Call foregroundCall = mock(Call.class); in testOnCallAddedCdmaActiveHold() local
/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java100 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging()
DCallsManager.java842 Call foregroundCall = getForegroundCall(); in processIncomingCallIntent() local
1242 Call foregroundCall = getForegroundCall(); in answerCall() local
1674 Call foregroundCall = mCallAudioManager.getPossiblyHeldForegroundCall(); in markCallAsRemoved() local
1905 Call foregroundCall = getForegroundCall(); in getFirstCallWithState() local
DCallAudioManager.java716 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java734 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local