Searched refs:sJobStarted (Results 1 – 1 of 1) sorted by relevance
32 private static boolean sJobStarted; field in TestJob33 public static Supplier<Boolean> hasJobStarted = () -> sJobStarted;37 sJobStarted = true; in onStartJob()47 sJobStarted = false; in schedule()