Home
last modified time | relevance | path

Searched refs:STATUS_FORBIDDEN (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java551 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
600 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
623 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
DBluetoothShare.java350 public static final int STATUS_FORBIDDEN = 403; field in BluetoothShare
DBluetoothOppUtility.java341 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) { in getStatusDescription()