Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java273 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging()
522 private boolean tryReserveVibration(Call foregroundCall) { in tryReserveVibration()
532 private void vibrateIfNeeded(boolean isUsingAudioCoupledHaptics, Call foregroundCall, in vibrateIfNeeded()
610 final Call foregroundCall = mRingingCall != null ? mRingingCall : mVibratingCall; in stopRinging() local
680 private boolean hasExternalRinger(Call foregroundCall) { in hasExternalRinger()
DCallAudioManager.java1020 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
DCallAudioRouteController.java1041 Call foregroundCall = mCallAudioManager.getForegroundCall(); in getPreferredAudioRouteFromDefault() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java259 BluetoothCall foregroundCall = getMockCall(); in getBestPhoneAccount() local
DBluetoothInCallServiceTest.java428 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testListCurrentCallsCdmaHold() local
1237 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testProcessChldHoldActiveSwapConference() local
1299 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testOnCallAddedCdmaActiveHold() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java1074 Map.Entry<Integer, TbsCall> foregroundCall; in getForegroundCall() local
1110 Map.Entry<Integer, TbsCall> foregroundCall = getForegroundCall(); in findNewForegroundBearer() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1406 BluetoothCall foregroundCall; in getForegroundCall() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1883 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra() local
DTelephonyConnectionService.java1974 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local