/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | IncomingCallNotifierTest.java | 97 mIncomingCallNotifier.onCallAdded(mAudioCall); in testSingleCall() 109 mIncomingCallNotifier.onCallAdded(mRingingCall); in testIncomingDuringOngoingCall() 124 mIncomingCallNotifier.onCallAdded(mAudioCall); in testIncomingDuringOngoingCall2() 125 mIncomingCallNotifier.onCallAdded(mRingingCall); in testIncomingDuringOngoingCall2() 140 mIncomingCallNotifier.onCallAdded(mAudioCall); in testCallRemoved() 141 mIncomingCallNotifier.onCallAdded(mRingingCall); in testCallRemoved() 160 mIncomingCallNotifier.onCallAdded(mAudioCall); in testDontShowDuringHandover1() 161 mIncomingCallNotifier.onCallAdded(mRingingCall); in testDontShowDuringHandover1() 179 mIncomingCallNotifier.onCallAdded(mAudioCall); in testDontShowDuringHandover2() 180 mIncomingCallNotifier.onCallAdded(mRingingCall); in testDontShowDuringHandover2()
|
H A D | CallDiagnosticServiceControllerTest.java | 123 mCallDiagnosticService.onCallAdded(mockCall); in testNoBindOnNonSimCall() 138 mCallDiagnosticService.onCallAdded(mockCall); in testNoBindOnExternalCall() 149 mCallDiagnosticService.onCallAdded(mCall); in testAddSimCallCausesBind() 187 mCallDiagnosticService.onCallAdded(mCallTwo); in testAddTwo() 209 mCallDiagnosticService.onCallAdded(mCall); in testTestOverride()
|
H A D | InCallWakeLockControllerTest.java | 72 mInCallWakeLockController.onCallAdded(mCall); in testRingingCallAdded() 83 mInCallWakeLockController.onCallAdded(mCall); in testNonRingingCallAdded() 127 mInCallWakeLockController.onCallAdded(mock(Call.class)); in testAcquireWakeLockWhenHeld()
|
H A D | CallRecordingTonePlayerTest.java | 161 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall() 175 mCallRecordingTonePlayer.onCallAdded(call); in testAddExternalCall() 190 mCallRecordingTonePlayer.onCallAdded(call); in testAddEmergencyCall() 206 mCallRecordingTonePlayer.onCallAdded(call); in testAddIneligibleCall() 335 mCallRecordingTonePlayer.onCallAdded(call); in addValidCall()
|
H A D | ConnectionServiceFocusManagerTest.java | 225 mCallsManagerListener.onCallAdded((Call) newActivateCall); in testCallStateChangedAffectCallFocus() 240 mCallsManagerListener.onCallAdded((Call) mNewCall); in testCallStateChangedDoesNotAffectCallFocusIfConnectionServiceIsDifferent() 323 mCallsManagerListener.onCallAdded((Call) mNewCall); in testNonFocusableDoesntChangeFocus() 330 mCallsManagerListener.onCallAdded((Call) call); in requestFocus()
|
H A D | CallAudioManagerTest.java | 151 mCallAudioManager.onCallAdded(call2); in testUnmuteOfSecondIncomingCall() 255 mCallAudioManager.onCallAdded(call); 305 mCallAudioManager.onCallAdded(call); 338 mCallAudioManager.onCallAdded(call); 388 mCallAudioManager.onCallAdded(call); 555 mCallAudioManager.onCallAdded(call); 615 mCallAudioManager.onCallAdded(call); 642 mCallAudioManager.onCallAdded(call);
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallServiceTest.java | 250 mBluetoothInCallService.onCallAdded(activeCall); in testListCurrentCallsOneCall() 271 mBluetoothInCallService.onCallAdded(activeCall); in testBluetoothCallQualityReport() 332 mBluetoothInCallService.onCallAdded(parentCall); in testConferenceInProgressCDMA() 333 mBluetoothInCallService.onCallAdded(confCall1); in testConferenceInProgressCDMA() 334 mBluetoothInCallService.onCallAdded(confCall2); in testConferenceInProgressCDMA() 398 mBluetoothInCallService.onCallAdded(heldCall); in testListCurrentCallsCdmaHold() 449 mBluetoothInCallService.onCallAdded(confCall1); in testListCurrentCallsCdmaConference() 450 mBluetoothInCallService.onCallAdded(confCall2); in testListCurrentCallsCdmaConference() 518 mBluetoothInCallService.onCallAdded(newCall); in testNewCallClccResponse() 969 mBluetoothInCallService.onCallAdded(call); in testOnCallAddedAudioProcessing() [all …]
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/telecom/ |
H A D | InCallServiceImpl.java | 49 public void onCallAdded(Call call) { in onCallAdded() method in InCallServiceImpl 52 listener.onCallAdded(call); in onCallAdded() 113 void onCallAdded(Call call); in onCallAdded() method
|
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/ |
H A D | InCallServiceImplTest.java | 143 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onActiveCallAdded_startInCallActivity() 168 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onRingingCallAdded_showNotification() 196 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testRemoveActiveCallListChangedCallback() 213 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testOnBringToForeground()
|
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/telecom/ |
H A D | InCallServiceImplTest.java | 66 mService.onCallAdded(mCall); in onCallAdded_callsListener() 68 verify(mInCallModel).onCallAdded(mCall); in onCallAdded_callsListener()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | HeadsetMediaButton.java | 154 public void onCallAdded(Call call) { in onCallAdded() method in HeadsetMediaButton 178 onCallAdded(call); in onExternalCallChanged()
|
H A D | InCallWakeLockController.java | 40 public void onCallAdded(Call call) { in onCallAdded() method in InCallWakeLockController
|
H A D | CallsManagerListenerBase.java | 28 public void onCallAdded(Call call) { in onCallAdded() method in CallsManagerListenerBase
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
H A D | InCallServiceImpl.java | 98 public void onCallAdded(Call telecomCall) { in onCallAdded() method in InCallServiceImpl 110 mInCallRouter.onCallAdded(telecomCall); in onCallAdded()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | InCallServiceImpl.java | 66 public void onCallAdded(Call call) { in onCallAdded() method in InCallServiceImpl 68 InCallPresenter.getInstance().onCallAdded(call); in onCallAdded()
|
H A D | InCallPresenter.java | 179 externalCallList.onCallAdded(telecomCall); 250 callList.onCallAdded(context, call, latencyReport); 621 public void onCallAdded(final android.telecom.Call call) { in onCallAdded() method in InCallPresenter 628 externalCallList.onCallAdded(call); in onCallAdded() 631 callList.onCallAdded(context, call, latencyReport); in onCallAdded() 702 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall() 721 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall() 730 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallService.java | 436 public void onCallAdded(Phone phone, Call call) { 437 InCallService.this.onCallAdded(call); 651 public void onCallAdded(Call call) { in onCallAdded() method in InCallService
|
H A D | Phone.java | 84 public void onCallAdded(Phone phone, Call call) { } in onCallAdded() method in Phone.Listener 435 listener.onCallAdded(this, call); in fireCallAdded()
|
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
H A D | CarModeCallList.java | 39 public void onCallAdded(Call call) {} in onCallAdded() method in CarModeCallList.Listener 140 l.onCallAdded(call); in addCall()
|
H A D | CarModeInCallServiceImpl.java | 41 public void onCallAdded(Phone phone, Call call) {
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestCallList.java | 40 public void onCallAdded(Call call) {} in onCallAdded() method in TestCallList.Listener 140 l.onCallAdded(call); in addCall()
|
H A D | TestInCallServiceImpl.java | 38 public void onCallAdded(Phone phone, Call call) {
|
/aosp12/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/ |
H A D | CompanionInCallServiceImpl.java | 39 public void onCallAdded(Phone phone, Call call) {
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothInCallService.java | 239 onCallAdded(call); in onDetailsChanged() 471 public void onCallAdded(BluetoothCall call) { in onCallAdded() method in BluetoothInCallService 515 public void onCallAdded(Call call) { in onCallAdded() method in BluetoothInCallService 516 super.onCallAdded(call); in onCallAdded() 517 onCallAdded(new BluetoothCall(call)); in onCallAdded()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
H A D | AudioProcessingNotification.java | 60 public void onCallAdded(Call call) { in onCallAdded() method in AudioProcessingNotification
|