Home
last modified time | relevance | path

Searched refs:nextBatch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java388 final SyncMessagesAction nextBatch = in processBackgroundResponse() local
393 requestBackgroundWork(nextBatch); in processBackgroundResponse()
448 final SyncMessagesAction nextBatch = in processBackgroundResponse() local
454 requestBackgroundWork(nextBatch); in processBackgroundResponse()
475 final SyncMessagesAction nextBatch = in processBackgroundResponse() local
478 requestBackgroundWork(nextBatch); in processBackgroundResponse()
485 final SyncMessagesAction nextBatch = in processBackgroundResponse() local
489 requestBackgroundWork(nextBatch); in processBackgroundResponse()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java849 BluetoothOppBatch nextBatch; in removeBatch() local
853 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 …]