Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java250 public boolean startRinging(Call foregroundCall, boolean isHfpDeviceAttached) { in startRinging()
490 private boolean tryReserveVibration(Call foregroundCall) { in tryReserveVibration()
500 private void vibrateIfNeeded(boolean isUsingAudioCoupledHaptics, Call foregroundCall, in vibrateIfNeeded()
579 final Call foregroundCall = mRingingCall != null ? mRingingCall : mVibratingCall; in stopRinging() local
642 private boolean hasExternalRinger(Call foregroundCall) { in hasExternalRinger()
DCallAudioManager.java933 Call foregroundCall = getForegroundCall(); in shouldPlayHoldTone() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java257 BluetoothCall foregroundCall = getMockCall(); in getBestPhoneAccount() local
DBluetoothInCallServiceTest.java415 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testListCurrentCallsCdmaHold() local
1057 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testProcessChldHoldActiveSwapConference() local
1108 final BluetoothCall foregroundCall = getMockCall(UUID.randomUUID()); in testOnCallAddedCdmaActiveHold() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java994 Map.Entry<Integer, TbsCall> foregroundCall; in getForegroundCall() local
1030 Map.Entry<Integer, TbsCall> foregroundCall = getForegroundCall(); in findNewForegroundBearer() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1322 BluetoothCall foregroundCall; in getForegroundCall() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1888 ImsPhoneCall foregroundCall = ((ImsPhone) phone).getForegroundCall(); in shouldSetDisableAddCallExtra() local
DTelephonyConnectionService.java1824 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection() local