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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipErrorCode.java58 public static final int DATA_CONNECTION_LOST = -10; field in class:SipErrorCode
88 case DATA_CONNECTION_LOST:
89 return "DATA_CONNECTION_LOST";

Completed in 8 milliseconds