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.java871 updateCall(call);
876 updateCall(call, false /* includeVideoProvider */, didRttChange, null);
881 updateCall(call);
886 updateCall(call, true /* videoProviderChanged */, false, null);
891 updateCall(call);
896 updateCall(call);
916 updateCall(call);
920 updateCall(call, false /* videoProviderChanged */, false /* rttInfoChanged */,
942 updateCall(call);
947 updateCall(call);
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java219 public void updateCall() { in updateCall() method in HfpClientConnectionTest
232 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.java128 public void updateCall(HfpClientCall call) { in updateCall() method in HfpClientConnection
DHfpClientDeviceBlock.java183 connection.updateCall(call); in handleCall()