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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java61 public static final int IN_CALL = 8; field in class:SipSession.State
93 case IN_CALL:
94 return "IN_CALL";
430 * in {@link State#IN_CALL},
445 * to call when the session state is in {@link State#IN_CALL}.

Completed in 115 milliseconds