Searched refs:STATUS_FORBIDDEN (Results 1 – 3 of 3) sorted by relevance
551 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()600 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()623 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
350 public static final int STATUS_FORBIDDEN = 403; field in BluetoothShare
341 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) { in getStatusDescription()