Searched refs:batch (Results 1 – 5 of 5) sorted by relevance
65 NamedTask[] batch = new NamedTask[0]; in executeNextBatch() local69 batch = nextTasks.toArray(batch); in executeNextBatch()74 for (NamedTask task : batch) { in executeNextBatch()
700 BluetoothOppBatch batch = mBatchs.get(i); in updateShare() local701 if (mServerTransfer != null && batch.mId == mServerTransfer.getBatchId()) { in updateShare()708 BluetoothOppBatch batch = mBatchs.get(i); in updateShare() local709 if (batch.mStatus == Constants.BATCH_STATUS_FINISHED in updateShare()710 || batch.mStatus == Constants.BATCH_STATUS_FAILED) { in updateShare()711 if (V) Log.v(TAG, "Batch " + batch.mId + " is finished"); in updateShare()712 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in updateShare()715 } else if (batch.mId == mTransfer.getBatchId()) { in updateShare()718 Log.e(TAG, "Unexpected error! batch id " + batch.mId in updateShare()725 } else if (batch.mId == mServerTransfer.getBatchId()) { in updateShare()[all …]
110 BluetoothOppBatch batch, BluetoothOppObexSession session) { in BluetoothOppTransfer() argument113 mBatch = batch; in BluetoothOppTransfer()121 … public BluetoothOppTransfer(Context context, PowerManager powerManager, BluetoothOppBatch batch) { in BluetoothOppTransfer() argument122 this(context, powerManager, batch, null); in BluetoothOppTransfer()
155 int batch = 50; in expandMediaSet() local159 int count = index + batch < total in expandMediaSet()160 ? batch in expandMediaSet()166 index += batch; in expandMediaSet()
67 public ContactsTransaction(boolean batch) { in ContactsTransaction() argument68 mBatch = batch; in ContactsTransaction()