Home
last modified time | relevance | path

Searched refs:BATCH_STATUS_FAILED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java152 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
210 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
229 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
372 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in start()
450 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in startObexSession()
DConstants.java267 public static final int BATCH_STATUS_FAILED = 3; field in Constants
DBluetoothOppService.java739 || batch.mStatus == Constants.BATCH_STATUS_FAILED) { in updateShare()