Searched refs:nextBatch (Results 1 – 2 of 2) sorted by relevance
388 final SyncMessagesAction nextBatch = in processBackgroundResponse() local393 requestBackgroundWork(nextBatch); in processBackgroundResponse()448 final SyncMessagesAction nextBatch = in processBackgroundResponse() local454 requestBackgroundWork(nextBatch); in processBackgroundResponse()475 final SyncMessagesAction nextBatch = in processBackgroundResponse() local478 requestBackgroundWork(nextBatch); in processBackgroundResponse()485 final SyncMessagesAction nextBatch = in processBackgroundResponse() local489 requestBackgroundWork(nextBatch); in processBackgroundResponse()
849 BluetoothOppBatch nextBatch; in removeBatch() local853 nextBatch = mBatchs.get(i); in removeBatch()854 if (nextBatch.mStatus == Constants.BATCH_STATUS_RUNNING) { in removeBatch()858 if (nextBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in removeBatch()859 if (V) Log.v(TAG, "Start pending outbound batch " + nextBatch.mId); in removeBatch()860 mTransfer = new BluetoothOppTransfer(this, mPowerManager, nextBatch); in removeBatch()863 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND in removeBatch()867 if (V) Log.v(TAG, "Start pending inbound batch " + nextBatch.mId); in removeBatch()868 mServerTransfer = new BluetoothOppTransfer(this, mPowerManager, nextBatch, in removeBatch()871 if (nextBatch.getPendingShare() != null in removeBatch()[all …]