Searched refs:STATUS_FORBIDDEN (Results 1 – 5 of 5) sorted by relevance
273 public static final int STATUS_FORBIDDEN = 403; field in BluetoothShare
582 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()659 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()688 status = BluetoothShare.STATUS_FORBIDDEN; in sendFile()
393 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) { in getStatusDescription()
178 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_FORBIDDEN)); in onCreate_showSendCompleteFailDialog()245 new CursorMockData(BluetoothShare.STATUS, 1, BluetoothShare.STATUS_FORBIDDEN)); in onCreate_showReceiveCompleteFailDialog()
378 mContext, BluetoothShare.STATUS_FORBIDDEN, deviceName)) in getStatusDescription_returnCorrectString()