Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java97 public void startRinging(Call foregroundCall) { in startRinging()
DCallAudioManager.java699 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
DCallsManager.java1001 Call foregroundCall = getForegroundCall(); in answerCall() local
1398 Call foregroundCall = mCallAudioManager.getPossiblyHeldForegroundCall(); in markCallAsRemoved() local
1587 Call foregroundCall = getForegroundCall(); in getFirstCallWithState() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java308 final Call foregroundCall = mock(Call.class); in testListCurrentCallsCdmaHold() local
684 final Call foregroundCall = mock(Call.class); in testProcessChldHoldActiveSwapConference() local
721 final Call foregroundCall = mock(Call.class); in testOnCallAddedCdmaActiveHold() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java529 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local