Home
last modified time | relevance | path

Searched refs:STATUS_CONNECTION_ERROR (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java416 public static final int STATUS_CONNECTION_ERROR = 497; field in BluetoothShare
DBluetoothOppObexClientSession.java276 status = BluetoothShare.STATUS_CONNECTION_ERROR; in doSend()
522 status = BluetoothShare.STATUS_CONNECTION_ERROR; in sendFile()
DBluetoothOppUtility.java301 } else if (statusCode == BluetoothShare.STATUS_CONNECTION_ERROR) { in getStatusDescription()
DBluetoothOppTransfer.java153 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR); in handleMessage()