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.java227 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
302 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
329 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
479 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in start()
576 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in startObexSession()
DConstants.java218 static final int BATCH_STATUS_FAILED = 3; field in Constants
DBluetoothOppService.java910 || batch.mStatus == Constants.BATCH_STATUS_FAILED) { in updateShare()