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