HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_FORBIDDEN (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 354 public static final int STATUS_FORBIDDEN = 403;
BluetoothOppObexClientSession.java 478 status = BluetoothShare.STATUS_FORBIDDEN;
516 status = BluetoothShare.STATUS_FORBIDDEN;
BluetoothOppUtility.java 267 } else if (statusCode == BluetoothShare.STATUS_FORBIDDEN) {
268 ret = context.getString(R.string.status_forbidden);

Completed in 618 milliseconds