Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java273 public static final int STATUS_FORBIDDEN = 403; field in BluetoothShare
DBluetoothOppObexClientSession.java582 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
659 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
688 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
DBluetoothOppUtility.java393 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) { in getStatusDescription()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java178 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_FORBIDDEN)); in onCreate_showSendCompleteFailDialog()
245 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_FORBIDDEN)); in onCreate_showReceiveCompleteFailDialog()
DBluetoothOppUtilityTest.java378 mContext, BluetoothShare.STATUS_FORBIDDEN, deviceName)) in getStatusDescription_returnCorrectString()