Home
last modified time | relevance | path

Searched defs:ringingCall (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java488 BluetoothCall ringingCall = createForegroundCall(); in testRingingCallClccResponse() local
511 BluetoothCall ringingCall = createForegroundCall(); in testCallClccCache() local
662 BluetoothCall ringingCall = createRingingCall(); in testQueryPhoneState() local
696 BluetoothCall ringingCall = createRingingCall(); in testProcessChldTypeReleaseHeldRinging() local
717 BluetoothCall ringingCall = createRingingCall(); in testProcessChldReleaseActiveRinging() local
743 BluetoothCall ringingCall = createRingingCall(); in testProcessChldHoldActiveRinging() local
831 BluetoothCall ringingCall = createRingingCall(); in testOnCallAddedRinging() local
842 BluetoothCall ringingCall = createRingingCall(); in testSilentRingingCallState() local
913 BluetoothCall ringingCall = createRingingCall(); in testOnCallStateChangedRingingToAudioProcessing() local
933 BluetoothCall ringingCall = createRingingCall(); in testOnCallStateChangedAudioProcessingToSimulatedRinging() local
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallWakeLockController.java65 Call ringingCall = mCallsManager.getRingingOrSimulatedRingingCall(); in handleWakeLock() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DLocalCallHandler.java181 Call ringingCall = firstMatch(callList, in notifyCallListChanged() local
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java709 BluetoothCall ringingCall = mCallInfo.getRingingOrSimulatedRingingCall(); in _processChld() local
802 BluetoothCall ringingCall = mCallInfo.getRingingOrSimulatedRingingCall(); in updateHeadsetWithCallState() local
920 BluetoothCall ringingCall = mCallInfo.getRingingOrSimulatedRingingCall(); in getBluetoothCallStateForUpdate() local
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1291 Call ringingCall = phone.getRingingCall(); in performHold() local
2291 Call ringingCall = getPhone().getRingingCall(); in isValidRingingCall() local
DTelephonyConnectionService.java1408 final Call ringingCall = phone.getRingingCall(); in onCreateUnknownConnection() local
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java1244 Call ringingCall = addSpyCall(SIM_1_HANDLE, CallState.RINGING); in testMakeRoomForEmergencyCallDuringActiveAndRingingCallDisconnectRinging() local