Home
last modified time | relevance | path

Searched refs:onRttModifyResponseReceived (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java115 public void onRttModifyResponseReceived(int status); in onRttModifyResponseReceived() method
159 public void onRttModifyResponseReceived(int status) {} in onRttModifyResponseReceived() method in Connection.ListenerBase
1313 public void onRttModifyResponseReceived(int status) { in onRttModifyResponseReceived() method in Connection
1315 l.onRttModifyResponseReceived(status); in onRttModifyResponseReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java448 public void onRttModifyResponseReceived(ImsCall imsCall, int status) { in onRttModifyResponseReceived() method in ImsCall.Listener
3267 listener.onRttModifyResponseReceived(ImsCall.this, status); in callSessionRttModifyResponseReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3488 public void onRttModifyResponseReceived(ImsCall imsCall, int status) {
3491 conn.onRttModifyResponseReceived(status);