Searched refs:STATUS_FORBIDDEN (Results 1 – 3 of 3) sorted by relevance
348 public static final int STATUS_FORBIDDEN = 403; field in BluetoothShare
468 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()505 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
257 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) { in getStatusDescription()