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 634 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info);
635 newBatch.mId = mBatchId;
637 mBatchs.add(newBatch);
639 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId
641 mTransfer = new BluetoothOppTransfer(this, mPowerManager, newBatch);
643 if (V) Log.v(TAG, "Service create new Batch " + newBatch.mId
645 mServerTransfer = new BluetoothOppTransfer(this, mPowerManager, newBatch,
650 if (V) Log.v(TAG, "Service start transfer new Batch " + newBatch.mId
655 if (V) Log.v(TAG, "Service start server transfer new Batch " + newBatch.mId
668 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 629 static boolean addBatchLocked(ArrayList<Batch> list, Batch newBatch) {
630 int index = Collections.binarySearch(list, newBatch, sBatchOrder);
634 list.add(index, newBatch);
    [all...]

Completed in 205 milliseconds