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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipErrorCode.java34 public static final int SERVER_ERROR = -2; field in class:SipErrorCode
72 case SERVER_ERROR:
73 return "SERVER_ERROR";
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java52 public static final int SERVER_ERROR = 12; field in class:DisconnectCause
291 case SERVER_ERROR:
292 return "SERVER_ERROR";

Completed in 4365 milliseconds