HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_CONNECTION_ERROR (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 422 public static final int STATUS_CONNECTION_ERROR = 497;
BluetoothOppObexClientSession.java 273 status = BluetoothShare.STATUS_CONNECTION_ERROR;
521 status = BluetoothShare.STATUS_CONNECTION_ERROR;
BluetoothOppTransfer.java 158 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR);
175 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR);
    [all...]
BluetoothOppUtility.java 275 } else if (statusCode == BluetoothShare.STATUS_CONNECTION_ERROR) {
276 ret = context.getString(R.string.status_connection_error);

Completed in 1096 milliseconds