Searched refs:BackgroundJob (Results 1 – 1 of 1) sorted by relevance
363 private static class BackgroundJob class in Util372 mActivity.removeLifeCycleListener(BackgroundJob.this);377 public BackgroundJob(MonitoredActivity activity, Runnable job, in BackgroundJob() method in Util.BackgroundJob420 new Thread(new BackgroundJob(activity, job, dialog, handler)).start(); in startBackgroundJob()