Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java619 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
620 newBatch.mId = mBatchId; in insertShare()
622 mBatchs.add(newBatch); in insertShare()
624 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId in insertShare()
626 mTransfer = new BluetoothOppTransfer(this, mPowerManager, newBatch); in insertShare()
628 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId in insertShare()
630 mServerTransfer = new BluetoothOppTransfer(this, mPowerManager, newBatch, in insertShare()
635 if (V) Log.v(TAG, "Service start transfer new Batch " + newBatch.mId in insertShare()
640 if (V) Log.v(TAG, "Service start server transfer new Batch " + newBatch.mId in insertShare()
653 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
[all …]