OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_OBEX_DATA_ERROR
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
410
public static final int
STATUS_OBEX_DATA_ERROR
= 496;
BluetoothOppObexClientSession.java
362
status = BluetoothShare.
STATUS_OBEX_DATA_ERROR
;
378
status = BluetoothShare.
STATUS_OBEX_DATA_ERROR
;
542
int status = BluetoothShare.
STATUS_OBEX_DATA_ERROR
;
BluetoothOppObexServerSession.java
427
status = BluetoothShare.
STATUS_OBEX_DATA_ERROR
;
480
status = BluetoothShare.
STATUS_OBEX_DATA_ERROR
;
BluetoothOppUtility.java
278
|| (statusCode == BluetoothShare.
STATUS_OBEX_DATA_ERROR
)) {
Completed in 37 milliseconds