Home
last modified time | relevance | path

Searched defs:BackgroundJob (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/swap/src/
H A Dworker.rs239 pub struct BackgroundJob<'a> { struct
244 impl BackgroundJob<'_> { implementation
251 impl Drop for BackgroundJob<'_> { implementation
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DUtil.java363 private static class BackgroundJob class in Util
377 public BackgroundJob(MonitoredActivity activity, Runnable job, in BackgroundJob() method in Util.BackgroundJob