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.java585 updateCall(call);
590 updateCall(call, false /* includeVideoProvider */, didRttChange);
595 updateCall(call);
600 updateCall(call, true /* videoProviderChanged */, false);
605 updateCall(call);
626 updateCall(call);
646 updateCall(call);
651 updateCall(call);
656 updateCall(call);
661 updateCall(call);
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java76 public void updateCall(ParcelableCall call) throws RemoteException { in updateCall() method in InCallServiceFixture.FakeInCallService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java126 public void updateCall(BluetoothHeadsetClientCall call) { in updateCall() method in HfpClientConnection
DHfpClientDeviceBlock.java183 connection.updateCall(call); in handleCall()