Home
last modified time | relevance | path

Searched refs:STATUS_UNKNOWN_ERROR (Results 1 – 5 of 5) 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.java561 Constants.updateShareStatus(this, info.mId, BluetoothShare.STATUS_UNKNOWN_ERROR); in insertShare()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java147 int finalStatus = Downloads.Impl.STATUS_UNKNOWN_ERROR; in run()
189 finalStatus = Downloads.Impl.STATUS_UNKNOWN_ERROR; in run()
351 throw new StopRequest(Downloads.Impl.STATUS_UNKNOWN_ERROR, in transferToDrm()