/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | IncomingCallNotifierTest.java | 90 mIncomingCallNotifier.onCallAdded(mAudioCall); in testSingleCall() 102 mIncomingCallNotifier.onCallAdded(mRingingCall); in testIncomingDuringOngoingCall() 117 mIncomingCallNotifier.onCallAdded(mAudioCall); in testIncomingDuringOngoingCall2() 118 mIncomingCallNotifier.onCallAdded(mRingingCall); in testIncomingDuringOngoingCall2() 133 mIncomingCallNotifier.onCallAdded(mAudioCall); in testCallRemoved() 134 mIncomingCallNotifier.onCallAdded(mRingingCall); in testCallRemoved() 153 mIncomingCallNotifier.onCallAdded(mAudioCall); in testDontShowDuringHandover1() 154 mIncomingCallNotifier.onCallAdded(mRingingCall); in testDontShowDuringHandover1() 172 mIncomingCallNotifier.onCallAdded(mAudioCall); in testDontShowDuringHandover2() 173 mIncomingCallNotifier.onCallAdded(mRingingCall); in testDontShowDuringHandover2()
|
D | CallRecordingTonePlayerTest.java | 92 mCallRecordingTonePlayer.onCallAdded(childCall); in testChildCall() 106 mCallRecordingTonePlayer.onCallAdded(call); in testAddExternalCall() 121 mCallRecordingTonePlayer.onCallAdded(call); in testAddEmergencyCall() 137 mCallRecordingTonePlayer.onCallAdded(call); in testAddIneligibleCall() 266 mCallRecordingTonePlayer.onCallAdded(call); in addValidCall()
|
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 | 218 mCallsManagerListener.onCallAdded((Call) newActivateCall); in testCallStateChangedAffectCallFocus() 233 mCallsManagerListener.onCallAdded((Call) mNewCall); in testCallStateChangedDoesNotAffectCallFocusIfConnectionServiceIsDifferent() 316 mCallsManagerListener.onCallAdded((Call) mNewCall); in testNonFocusableDoesntChangeFocus() 323 mCallsManagerListener.onCallAdded((Call) call); in requestFocus()
|
D | CallAudioManagerTest.java | 135 mCallAudioManager.onCallAdded(call2); in testUnmuteOfSecondIncomingCall() 238 mCallAudioManager.onCallAdded(call); 285 mCallAudioManager.onCallAdded(call);
|
D | BluetoothPhoneServiceTest.java | 807 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testOnCallAddedRinging() 820 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testSilentRingingCallState() 841 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(parentCall); in testOnCallAddedCdmaActiveHold() 851 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(activeCall); in testOnCallRemoved() 928 mBluetoothPhoneService.mCallsManagerListener.onCallAdded(ringingCall); in testOnCallStateChanged()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/ |
D | InCallServiceImplTest.java | 102 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onActiveCallAdded_startInCallActivity() 132 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in onRingingCallAdded_showNotification() 154 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testUnregisterCallback() 165 mInCallServiceImpl.onCallAdded(mMockTelecomCall); in testRemoveActiveCallListChangedCallback()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallPresenter.java | 179 externalCallList.onCallAdded(telecomCall); 250 callList.onCallAdded(context, call, latencyReport); 618 public void onCallAdded(final android.telecom.Call call) { in onCallAdded() method in InCallPresenter 625 externalCallList.onCallAdded(call); in onCallAdded() 628 callList.onCallAdded(context, call, latencyReport); in onCallAdded() 699 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall() 718 callList.onCallAdded(context, call, latencyReport); in maybeBlockCall() 727 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 | 77 public void onCallAdded(Call telecomCall) { in onCallAdded() method in InCallServiceImpl 84 mInCallRouter.onCallAdded(telecomCall); in onCallAdded()
|
D | InCallRouter.java | 73 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 | 54 public void onCallAdded(Call call) { in onCallAdded() method in PhoneStateBroadcaster
|
D | CallAudioManager.java | 124 public void onCallAdded(Call call) { in onCallAdded() method in CallAudioManager 305 onCallAdded(call); in onIsConferencedChanged()
|
D | BluetoothPhoneServiceImpl.java | 298 public void onCallAdded(Call call) { 326 onCallAdded(call);
|
D | CallRecordingTonePlayer.java | 78 public void onCallAdded(Call call) { in onCallAdded() method in CallRecordingTonePlayer
|
D | ConnectionServiceFocusManager.java | 176 public void onCallAdded(Call 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 | 42 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 | IncomingCallNotifier.java | 106 public void onCallAdded(Call call) { in onCallAdded() method in IncomingCallNotifier
|