Home
last modified time | relevance | path

Searched defs:updateCall (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallDiagnosticService.aidl34 void updateCall(in ParcelableCall call); in updateCall() method
H A DIInCallService.aidl38 void updateCall(in ParcelableCall call); in updateCall() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java133 public void updateCall(BluetoothHeadsetClientCall call) { in updateCall() method in HfpClientConnection
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java77 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall() method in InCallServiceFixture.FakeInCallService
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallDiagnosticService.java86 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall() method in CallDiagnosticService.CallDiagnosticServiceBinder
H A DInCallService.java349 public void updateCall(ParcelableCall call) { in updateCall() method in InCallService.InCallServiceBinder
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallDiagnosticServiceController.java631 private void updateCall(@NonNull Call call) { in updateCall() method in CallDiagnosticServiceController
H A DInCallController.java1948 private void updateCall(Call call) { in updateCall() method in InCallController
1961 private void updateCall(Call call, boolean videoProviderChanged, boolean rttInfoChanged) { in updateCall() method in InCallController