HomeSort by relevance Sort by last modified time
    Searched refs:newBatch (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 771 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info);
772 newBatch.mId = mBatchId;
774 mBatches.add(newBatch);
778 "Service create new Batch " + newBatch.mId + " for OUTBOUND info "
781 mTransfer = new BluetoothOppTransfer(this, newBatch);
784 Log.v(TAG, "Service create new Batch " + newBatch.mId + " for INBOUND info "
787 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 768 static boolean addBatchLocked(ArrayList<Batch> list, Batch newBatch) {
769 int index = Collections.binarySearch(list, newBatch, sBatchOrder);
773 list.add(index, newBatch);
    [all...]

Completed in 143 milliseconds