Searched defs:updateCall (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java126 public void updateCall(BluetoothHeadsetClientCall call) { method in class:HfpClientConnection
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java76 public void updateCall(ParcelableCall call) throws RemoteException { method in class:InCallServiceFixture.FakeInCallService
/packages/services/Telecomm/src/com/android/server/telecom/
H A 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(cal
1335 private void updateCall(Call call) { method in class:InCallController
1348 private void updateCall(Call call, boolean videoProviderChanged, boolean rttInfoChanged) { method in class:InCallController
[all...]

Completed in 228 milliseconds