Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java290 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging()
531 private boolean useCustomVibration(@NonNull Call foregroundCall) { in useCustomVibration()
536 private boolean hasExplicitVibration(@NonNull Call foregroundCall) { in hasExplicitVibration()
559 private boolean tryReserveVibration(Call foregroundCall) { in tryReserveVibration()
569 private void vibrateIfNeeded(boolean isUsingAudioCoupledHaptics, Call foregroundCall, in vibrateIfNeeded()
655 final Call foregroundCall = mRingingCall != null ? mRingingCall : mVibratingCall; in stopRinging() local
725 private boolean hasExternalRinger(Call foregroundCall) { in hasExternalRinger()
DCallAudioRouteController.java1278 Call foregroundCall = mCallsManager.getForegroundCall(); in updateCallSupportedAudioRoutes() local
1374 Call foregroundCall = mCallAudioManager.getForegroundCall(); in getPreferredAudioRouteFromDefault() local
DCallAudioManager.java1047 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
DCallAudioRouteStateMachine.java2113 Call foregroundCall = mCallsManager.getForegroundCall(); in getCurrentCallSupportedRoutes() local
/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/
DCallsManagerCallSequencingAdapter.java238 Call foregroundCall = mCallAudioManager.getPossiblyHeldForegroundCall(); in maybeMoveHeldCallToForeground() local
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DCallInfoTest.java269 BluetoothCall foregroundCall = getMockCall(); in getBestPhoneAccount() local
DBluetoothInCallServiceTest.java354 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in listCurrentCallsCdmaHold() local
1246 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in processChldHoldActiveSwapConference() local
1307 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in onCallAddedCdmaActiveHold() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java1034 Map.Entry<Integer, TbsCall> foregroundCall; in getForegroundCall() local
1070 Map.Entry<Integer, TbsCall> foregroundCall = getForegroundCall(); in findNewForegroundBearer() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1451 BluetoothCall foregroundCall; in getForegroundCall() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1885 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra() local
DTelephonyConnectionService.java2050 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local