Searched refs:newBatch (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppService.java | 783 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local 784 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() 799 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); 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 828 newBatch.mId = mBatchId; in insertShare() 830 mBatches.add(newBatch); in insertShare() [all …]
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | BatchingAlarmStore.java | 256 static void addBatch(ArrayList<Batch> list, Batch newBatch) { in addBatch() argument 257 int index = Collections.binarySearch(list, newBatch, sBatchOrder); in addBatch() 261 list.add(index, newBatch); in addBatch()
|