Home
last modified time | relevance | path

Searched refs:onCallAdded (Results 1 – 25 of 29) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallNotifierTest.java90 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()
DCallRecordingTonePlayerTest.java92 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()
DInCallWakeLockControllerTest.java72 mInCallWakeLockController.onCallAdded(mCall); in testRingingCallAdded()
83 mInCallWakeLockController.onCallAdded(mCall); in testNonRingingCallAdded()
127 mInCallWakeLockController.onCallAdded(mock(Call.class)); in testAcquireWakeLockWhenHeld()
DConnectionServiceFocusManagerTest.java218 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()
DCallAudioManagerTest.java135 mCallAudioManager.onCallAdded(call2); in testUnmuteOfSecondIncomingCall()
238 mCallAudioManager.onCallAdded(call);
285 mCallAudioManager.onCallAdded(call);
DBluetoothPhoneServiceTest.java807 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/
DInCallServiceImplTest.java102 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/
DInCallPresenter.java179 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()
DInCallServiceImpl.java66 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/
DInCallServiceImpl.java77 public void onCallAdded(Call telecomCall) { in onCallAdded() method in InCallServiceImpl
84 mInCallRouter.onCallAdded(telecomCall); in onCallAdded()
DInCallRouter.java73 void onCallAdded(Call call) { in onCallAdded() method in InCallRouter
/packages/services/Telecomm/src/com/android/server/telecom/
DHeadsetMediaButton.java154 public void onCallAdded(Call call) { in onCallAdded() method in HeadsetMediaButton
178 onCallAdded(call); in onExternalCallChanged()
DInCallWakeLockController.java40 public void onCallAdded(Call call) { in onCallAdded() method in InCallWakeLockController
DCallsManagerListenerBase.java28 public void onCallAdded(Call call) { in onCallAdded() method in CallsManagerListenerBase
DPhoneStateBroadcaster.java54 public void onCallAdded(Call call) { in onCallAdded() method in PhoneStateBroadcaster
DCallAudioManager.java124 public void onCallAdded(Call call) { in onCallAdded() method in CallAudioManager
305 onCallAdded(call); in onIsConferencedChanged()
DBluetoothPhoneServiceImpl.java298 public void onCallAdded(Call call) {
326 onCallAdded(call);
DCallRecordingTonePlayer.java78 public void onCallAdded(Call call) { in onCallAdded() method in CallRecordingTonePlayer
DConnectionServiceFocusManager.java176 public void onCallAdded(Call call) {
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java40 public void onCallAdded(Call call) {} in onCallAdded() method in TestCallList.Listener
140 l.onCallAdded(call); in addCall()
DTestInCallServiceImpl.java42 public void onCallAdded(Phone phone, Call call) {
DCallListAdapter.java37 public void onCallAdded(Call call) {
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java122 public void onCallAdded( in onCallAdded() method in CallList
135 uiListeners.onCallAdded(); in onCallAdded()
792 void onCallAdded(); in onCallAdded() method
DExternalCallList.java51 public void onCallAdded(Call telecomCall) { in onCallAdded() method in ExternalCallList
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java106 public void onCallAdded(Call call) { in onCallAdded() method in IncomingCallNotifier

12