Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java427 updateCall(call);
432 updateCall(call);
437 updateCall(call);
442 updateCall(call, true /* videoProviderChanged */);
447 updateCall(call);
468 updateCall(call);
488 updateCall(call);
493 updateCall(call);
498 updateCall(call);
503 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