Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java190 assertThat(mBluetoothOppBatch.mStatus).isEqualTo(Constants.BATCH_STATUS_FAILED); in start_bluetoothDisabled_batchFail()
215 assertThat(mBluetoothOppBatch.mStatus).isEqualTo(Constants.BATCH_STATUS_FAILED); in eventHandler_handleMessage_TRANSPORT_ERROR_connectThreadIsNull()
285 assertThat(mBluetoothOppBatch.mStatus).isEqualTo(Constants.BATCH_STATUS_FAILED); in eventHandler_handleMessage_MSG_SESSION_ERROR_batchFailed()
316 assertThat(mBluetoothOppBatch.mStatus).isEqualTo(Constants.BATCH_STATUS_FAILED); in eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java280 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
349 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
384 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
548 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in start()
646 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in startObexSession()
DConstants.java233 static final int BATCH_STATUS_FAILED = 3; field in Constants
DBluetoothOppService.java1057 || batch.mStatus == Constants.BATCH_STATUS_FAILED) { in updateShare()