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.java418 public static final int STATUS_CONNECTION_ERROR = 497; field in BluetoothShare
DBluetoothOppObexClientSession.java319 status = BluetoothShare.STATUS_CONNECTION_ERROR; in doSend()
605 status = BluetoothShare.STATUS_CONNECTION_ERROR; in sendFile()
DBluetoothOppUtility.java333 } else if (statusCode == BluetoothShare.STATUS_CONNECTION_ERROR) { in getStatusDescription()
DBluetoothOppTransfer.java221 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR); in handleMessage()