Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java783 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
827 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare() local
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DBatchingAlarmStore.java256 static void addBatch(ArrayList<Batch> list, Batch newBatch) { in addBatch()