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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipErrorCode.java64 public static final int SERVER_UNREACHABLE = -12; field in class:SipErrorCode
92 case SERVER_UNREACHABLE:
93 return "SERVER_UNREACHABLE";
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java46 public static final int SERVER_UNREACHABLE = 9; field in class:DisconnectCause
285 case SERVER_UNREACHABLE:
286 return "SERVER_UNREACHABLE";

Completed in 519 milliseconds