Searched refs:processAsyncRecords (Results 1 – 6 of 6) sorted by relevance
173 .processAsyncRecords(); in onStartJob_killSwitchOff_withLogging()191 .processAsyncRecords(); in onStartJob_killSwitchOff_unlockingCheck()259 .processAsyncRecords(); in testRescheduling_threadInterruptedWhileProcessingRecords_dontRescheduleManually()291 .processAsyncRecords(); in testRescheduling_successNoMoreRecordsToProcess_rescheduleManually()325 .processAsyncRecords(); in testRescheduling_hasMoreRecordsToProcess_rescheduleImmediately()595 .processAsyncRecords(); in testOnStopJob_stopsExecutingThread()
79 doNothing().when(mSpyAsyncRegistrationFallbackJob).processAsyncRecords(any()); in setup()91 verify(mSpyAsyncRegistrationFallbackJob).processAsyncRecords(sContext); in testGetExecutionFuture()
421 .processAsyncRecords(); in testOnStopJob_stopsExecutingThread()
62 processAsyncRecords(context); in getExecutionFuture()120 void processAsyncRecords(Context context) { in processAsyncRecords() method
109 processAsyncRecords(); in onStartJob()124 void processAsyncRecords() { in processAsyncRecords() method in AsyncRegistrationFallbackJobService
83 ProcessingResult result = processAsyncRecords(); in onStartJob()122 ProcessingResult processAsyncRecords() { in processAsyncRecords() method in AsyncRegistrationQueueJobService