Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java832 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
833 newBatch.mId = mBatchId; in insertShare()
835 mBatches.add(newBatch); in insertShare()
839 "Service create new Batch " + newBatch.mId + " for OUTBOUND info " in insertShare()
842 mTransfer = new BluetoothOppTransfer(this, newBatch); in insertShare()
845 Log.v(TAG, "Service create new Batch " + newBatch.mId + " for INBOUND info " in insertShare()
848 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); in insertShare()
853 Log.v(TAG, "Service start transfer new Batch " + newBatch.mId + " for info " in insertShare()
860 Log.v(TAG, "Service start server transfer new Batch " + newBatch.mId in insertShare()
876 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
[all …]