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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipErrorCode.java31 public static final int SOCKET_ERROR = -1; field in class:SipErrorCode
70 case SOCKET_ERROR:
71 return "SOCKET_ERROR";
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java45 private static final int SOCKET_ERROR = 11; field in class:BluetoothMasClient
328 case SOCKET_ERROR:
483 mSessionHandler.obtainMessage(SOCKET_ERROR).sendToTarget();

Completed in 222 milliseconds