Searched refs:logJobSchedulingLegacy (Results 1 – 2 of 2) sorted by relevance
195 doNothing().when(() -> MddJob.logJobSchedulingLegacy(resultCode)); in testScheduleAllMddJobs_legacy()200 verify(() -> MddJob.logJobSchedulingLegacy(resultCode)); in testScheduleAllMddJobs_legacy()231 MddJob.logJobSchedulingLegacy(resultCode); in testLogJobSchedulingLegacy()
161 logJobSchedulingLegacy(resultCode); in scheduleAllMddJobs()216 static void logJobSchedulingLegacy(@JobSchedulingResultCode int resultCode) { in logJobSchedulingLegacy() method