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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java32 * SimpleSessionDescription description = new SimpleSessionDescription(
57 public class SimpleSessionDescription { class
64 * connection field ("c="). See {@link SimpleSessionDescription} for an
67 public SimpleSessionDescription(long sessionId, String address) { method in class:SimpleSessionDescription
82 public SimpleSessionDescription(String message) { method in class:SimpleSessionDescription
232 * can only be created by {@link SimpleSessionDescription#newMedia}. Since
234 * methods are implemented. See {@link SimpleSessionDescription} for an
350 * {@link SimpleSessionDescription} for an example of its usage.

Completed in 29 milliseconds