Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java751 updateCall(call);
756 updateCall(call, false /* includeVideoProvider */, didRttChange);
761 updateCall(call);
766 updateCall(call, true /* videoProviderChanged */, false);
771 updateCall(call);
792 updateCall(call);
812 updateCall(call);
817 updateCall(call);
822 updateCall(call);
827 updateCall(call);
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java77 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall() method in InCallServiceFixture.FakeInCallService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java128 public void updateCall(BluetoothHeadsetClientCall call) { in updateCall() method in HfpClientConnection
DHfpClientDeviceBlock.java163 connection.updateCall(call); in handleCall()