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

/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java61 public static final int IN_CALL = 8; field in class:SipSession.State
90 case IN_CALL:
91 return "IN_CALL";
416 * in {@link State#IN_CALL},
431 * to call when the session state is in {@link State#IN_CALL}.

Completed in 57 milliseconds