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 276 status = BluetoothShare.STATUS_CONNECTION_ERROR;
524 status = BluetoothShare.STATUS_CONNECTION_ERROR;
BluetoothOppUtility.java 280 } else if (statusCode == BluetoothShare.STATUS_CONNECTION_ERROR) {
281 ret = context.getString(R.string.status_connection_error);
BluetoothOppTransfer.java 153 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR);

Completed in 33 milliseconds