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.java204 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging()
352 private void maybeStartVibration(Call foregroundCall, boolean shouldRingForContact, in maybeStartVibration()
477 private boolean hasExternalRinger(Call foregroundCall) { in hasExternalRinger()
DCallAudioManager.java835 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java353 final Call foregroundCall = mock(Call.class); in testListCurrentCallsCdmaHold() local
781 final Call foregroundCall = mock(Call.class); in testProcessChldHoldActiveSwapConference() local
832 final Call foregroundCall = mock(Call.class); in testOnCallAddedCdmaActiveHold() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java1418 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local
DTelephonyConnection.java1571 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra() local