OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_FORBIDDEN
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
348
public static final int
STATUS_FORBIDDEN
= 403;
BluetoothOppObexClientSession.java
478
status = BluetoothShare.
STATUS_FORBIDDEN
;
516
status = BluetoothShare.
STATUS_FORBIDDEN
;
BluetoothOppUtility.java
262
} else if (statusCode == BluetoothShare.
STATUS_FORBIDDEN
) {
263
ret = context.getString(R.string.
status_forbidden
);
Completed in 28 milliseconds