Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java382 public static final int STATUS_UNKNOWN_ERROR = 491; field in BluetoothShare
DBluetoothOppObexServerSession.java488 status = BluetoothShare.STATUS_UNKNOWN_ERROR; in receiveFile()
DBluetoothOppTransfer.java357 markBatchFailed(BluetoothShare.STATUS_UNKNOWN_ERROR); in markBatchFailed()
DBluetoothOppService.java559 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_UNKNOWN_ERROR); in insertShare()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java83 int finalStatus = Downloads.STATUS_UNKNOWN_ERROR; in run()
649 finalStatus = Downloads.STATUS_UNKNOWN_ERROR; in run()
685 finalStatus = Downloads.STATUS_UNKNOWN_ERROR; in run()
/packages/apps/Browser/src/com/android/browser/
DBrowserDownloadAdapter.java217 case Downloads.STATUS_UNKNOWN_ERROR: in getErrorText()