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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java354 public static final int STATUS_FORBIDDEN = 403; field in class:BluetoothShare
H A DBluetoothOppObexClientSession.java480 status = BluetoothShare.STATUS_FORBIDDEN;
519 status = BluetoothShare.STATUS_FORBIDDEN;
542 status = BluetoothShare.STATUS_FORBIDDEN;
H A DBluetoothOppUtility.java289 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) {

Completed in 47 milliseconds