/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallEndpointControllerTest.java | 141 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedToBluetooth() 161 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedToStreaming() 183 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedBetweenBluetooth() 271 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testAvailableEndpointChanged() 293 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testAvailableBluetoothEndpointChanged() 313 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testMuteStateChanged() 332 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testNotifyForcely()
|
D | InCallServiceFixture.java | 118 public void onCallEndpointChanged(CallEndpoint callEndpoint) {} in onCallEndpointChanged() method in InCallServiceFixture.FakeInCallService
|
D | CallTest.java | 355 verify(tsw, times(1)).onCallEndpointChanged(any(), any()); in testMultipleCachedCurrentEndpointChanges() 448 verify(tsw, times(1)).onCallEndpointChanged(any(), any()); in testAllCachedCallbacks()
|
D | ConnectionServiceFixture.java | 366 public void onCallEndpointChanged(String callId, CallEndpoint callEndpoint, in onCallEndpointChanged() method in ConnectionServiceFixture.FakeConnectionService
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallEndpointController.java | 208 call.getConnectionService().onCallEndpointChanged(call, mActiveCallEndpoint); in notifyCallEndpointChange() 211 .onCallEndpointChanged(call, mActiveCallEndpoint); in notifyCallEndpointChange() 223 service.onCallEndpointChanged(call, mActiveCallEndpoint); in onCallEndpointChangedOrCache()
|
D | CallSourceService.java | 36 void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint); in onCallEndpointChanged() method
|
D | CachedCurrentEndpointChange.java | 42 service.onCallEndpointChanged(call, mCurrentCallEndpoint); in executeCallback()
|
D | CallsManagerListenerBase.java | 66 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in CallsManagerListenerBase
|
D | TransactionalServiceWrapper.java | 521 public void onCallEndpointChanged(Call call, CallEndpoint endpoint) { 524 mICallEventCallback.onCallEndpointChanged(call.getId(), endpoint);
|
D | InCallController.java | 1775 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in InCallController 1783 inCallService.onCallEndpointChanged(callEndpoint); in onCallEndpointChanged() 2664 inCallService.onCallEndpointChanged(mCallsManager.getCallEndpointController() in onConnected()
|
D | ConnectionServiceWrapper.java | 2102 public void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint) { in onCallEndpointChanged() method in ConnectionServiceWrapper 2107 mServiceInterface.onCallEndpointChanged(callId, callEndpoint, in onCallEndpointChanged()
|
D | CallsManager.java | 233 void onCallEndpointChanged(CallEndpoint callEndpoint); in onCallEndpointChanged() method 4065 listener.onCallEndpointChanged(callEndpoint);
|
/packages/services/Telecomm/flags/ |
D | telecom_incallservice_flags.aconfig | 32 description: "Ensure onCallEndpointChanged is sent to ICS when it connects."
|
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/ |
D | MyVoipCall.java | 96 public void onCallEndpointChanged(@NonNull CallEndpoint newCallEndpoint) { in onCallEndpointChanged() method in MyVoipCall
|