Home
last modified time | relevance | path

Searched defs:onRttModifyResponseReceived (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java119 public void onRttModifyResponseReceived(int status); in onRttModifyResponseReceived() method
177 public void onRttModifyResponseReceived(int status) {} in onRttModifyResponseReceived() method in Connection.ListenerBase
1375 public void onRttModifyResponseReceived(int status) { in onRttModifyResponseReceived() method in Connection
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java461 public void onRttModifyResponseReceived(ImsCall imsCall, int status) { in onRttModifyResponseReceived() method in ImsCall.Listener