Home
last modified time | relevance | path

Searched defs:onRttUpgradeRequest (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl54 void onRttUpgradeRequest(String callId, int id); in onRttUpgradeRequest() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java129 public void onRttUpgradeRequest(String callId, int id) throws RemoteException { in onRttUpgradeRequest() method in InCallServiceFixture.FakeInCallService
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java397 public void onRttUpgradeRequest(String callId, int id) { in onRttUpgradeRequest() method in InCallService.InCallServiceBinder