Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java325 public static final int STATUS_CONNECTION_ERROR = 497; field in BluetoothShare
DBluetoothOppObexClientSession.java332 status = BluetoothShare.STATUS_CONNECTION_ERROR; in doSend()
664 status = BluetoothShare.STATUS_CONNECTION_ERROR; in sendFile()
DBluetoothOppUtility.java405 } else if (statusCode == BluetoothShare.STATUS_CONNECTION_ERROR) { in getStatusDescription()
DBluetoothOppTransfer.java279 markBatchFailed(BluetoothShare.STATUS_CONNECTION_ERROR); in handleMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppNotificationTest.java210 int statusError = BluetoothShare.STATUS_CONNECTION_ERROR; in updateCompletedNotification_withOutBoundShare_showsNoti()
290 int statusError = BluetoothShare.STATUS_CONNECTION_ERROR; in updateCompletedNotification_withInBoundShare_showsNoti()
DBluetoothOppUtilityTest.java390 mContext, BluetoothShare.STATUS_CONNECTION_ERROR, deviceName)) in getStatusDescription_returnCorrectString()