/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
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()
|
D | CallRecordingTonePlayerTest.java | 99 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall() 113 mCallRecordingTonePlayer.onCallAdded(call); in testAddExternalCall() 128 mCallRecordingTonePlayer.onCallAdded(call); in testAddEmergencyCall() 144 mCallRecordingTonePlayer.onCallAdded(call); in testAddIneligibleCall() 273 mCallRecordingTonePlayer.onCallAdded(call); in addValidCall()
|
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);
|
D | InCallWakeLockControllerTest.java | 72 mInCallWakeLockController.onCallAdded(mCall); in testRingingCallAdded() 83 mInCallWakeLockController.onCallAdded(mCall); in testNonRingingCallAdded() 127 mInCallWakeLockController.onCallAdded(mock(Call.class)); in testAcquireWakeLockWhenHeld()
|
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()
|
D | BluetoothPhoneServiceTest.java | 808 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testOnCallAddedRinging() 821 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testSilentRingingCallState() 842 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(parentCall); in testOnCallAddedCdmaActiveHold() 852 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(activeCall); in testOnCallRemoved() 883 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(call); in testOnCallAddedAudioProcessing() 895 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testOnCallStateChangedRingingToAudioProcessing() 987 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testOnCallStateChanged()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/ |
D | InCallServiceImplTest.java | 107 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onActiveCallAdded_startInCallActivity() 133 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onRingingCallAdded_showNotification() 153 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testRemoveActiveCallListChangedCallback() 172 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testOnBringToForeground()
|
/packages/apps/Dialer/java/com/android/incallui/ |
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()
|
D | InCallServiceImpl.java | 66 public void onCallAdded(Call call) { in onCallAdded() method in InCallServiceImpl 68 InCallPresenter.getInstance().onCallAdded(call); in onCallAdded()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | InCallServiceImpl.java | 86 public void onCallAdded(Call telecomCall) { in onCallAdded() method in InCallServiceImpl 88 mInCallRouter.onCallAdded(telecomCall); in onCallAdded()
|
D | InCallRouter.java | 78 void onCallAdded(Call call) { in onCallAdded() method in InCallRouter
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | HeadsetMediaButton.java | 154 public void onCallAdded(Call call) { in onCallAdded() method in HeadsetMediaButton 178 onCallAdded(call); in onExternalCallChanged()
|
D | InCallWakeLockController.java | 40 public void onCallAdded(Call call) { in onCallAdded() method in InCallWakeLockController
|
D | CallsManagerListenerBase.java | 28 public void onCallAdded(Call call) { in onCallAdded() method in CallsManagerListenerBase
|
D | PhoneStateBroadcaster.java | 50 public void onCallAdded(Call call) { in onCallAdded() method in PhoneStateBroadcaster
|
D | CallAudioManager.java | 130 public void onCallAdded(Call call) { in onCallAdded() method in CallAudioManager 313 onCallAdded(call); in onIsConferencedChanged()
|
D | BluetoothPhoneServiceImpl.java | 302 public void onCallAdded(Call call) { 330 onCallAdded(call);
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallList.java | 40 public void onCallAdded(Call call) {} in onCallAdded() method in TestCallList.Listener 140 l.onCallAdded(call); in addCall()
|
D | TestInCallServiceImpl.java | 38 public void onCallAdded(Phone phone, Call call) {
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeCallList.java | 39 public void onCallAdded(Call call) {} in onCallAdded() method in CarModeCallList.Listener 140 l.onCallAdded(call); in addCall()
|
D | CarModeInCallServiceImpl.java | 41 public void onCallAdded(Phone phone, Call call) {
|
D | CallListAdapter.java | 37 public void onCallAdded(Call call) {
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | CallList.java | 122 public void onCallAdded( in onCallAdded() method in CallList 135 uiListeners.onCallAdded(); in onCallAdded() 792 void onCallAdded(); in onCallAdded() method
|
D | ExternalCallList.java | 51 public void onCallAdded(Call telecomCall) { in onCallAdded() method in ExternalCallList
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | AudioProcessingNotification.java | 60 public void onCallAdded(Call call) { in onCallAdded() method in AudioProcessingNotification
|