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

/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java850 public static final class RttTextStream { class in class:Connection
861 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { method in class:Connection.RttTextStream
2626 * {@link #onStartRtt(RttTextStream)} has succeeded.
2634 * {@link ConnectionRequest#isRequestingRtt()} or {@link #onStartRtt(RttTextStream)}
2929 public void onStartRtt(@NonNull RttTextStream rttTextStream) {}
2940 * indicated by the supplied {@link RttTextStream} being non-null, and rejection is
2945 public void handleRttUpgradeResponse(@Nullable RttTextStream rttTextStream) {}

Completed in 14 milliseconds