Searched refs:newBatch (Results 1 – 1 of 1) sorted by relevance
783 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local784 newBatch.mId = mBatchId; in insertShare()786 mBatches.add(newBatch); in insertShare()790 "Service create new Batch " + newBatch.mId + " for OUTBOUND info " in insertShare()793 mTransfer = new BluetoothOppTransfer(this, newBatch); in insertShare()796 Log.v(TAG, "Service create new Batch " + newBatch.mId + " for INBOUND info " in insertShare()799 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); in insertShare()804 Log.v(TAG, "Service start transfer new Batch " + newBatch.mId + " for info " in insertShare()811 Log.v(TAG, "Service start server transfer new Batch " + newBatch.mId in insertShare()827 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local[all …]