Home
last modified time | relevance | path

Searched refs:updateCall (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallDiagnosticServiceController.java76 updateCall(call);
81 updateCall(call);
104 updateCall(call);
124 updateCall(call);
135 updateCall(call);
326 updateCall(call); in onCallStateChanged()
632 private void updateCall(@NonNull Call call) { in updateCall() method in CallDiagnosticServiceController
635 mCallDiagnosticService.updateCall(getParceledCall(call)); in updateCall()
DInCallController.java876 updateCall(call);
881 updateCall(call, false /* includeVideoProvider */, didRttChange, null);
886 updateCall(call);
891 updateCall(call, true /* videoProviderChanged */, false, null);
896 updateCall(call);
901 updateCall(call);
921 updateCall(call);
925 updateCall(call, false /* videoProviderChanged */, false /* rttInfoChanged */,
947 updateCall(call);
952 updateCall(call);
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java218 public void updateCall() { in updateCall() method in HfpClientConnectionTest
231 mHfpClientConnection.updateCall(newCall); in updateCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java87 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall() method in InCallServiceFixture.FakeInCallService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java130 public void updateCall(HfpClientCall call) { in updateCall() method in HfpClientConnection
DHfpClientDeviceBlock.java183 connection.updateCall(call); in handleCall()