Searched refs:MobileDataWorker (Results 1 – 1 of 1) sorted by relevance
155 return MobileDataWorker.class; in getBackgroundWorkerClass()217 public static class MobileDataWorker extends SliceBackgroundWorker<Void> { class in MobileDataSlice221 public MobileDataWorker(Context context, Uri uri) { in MobileDataWorker() method in MobileDataSlice.MobileDataWorker251 private final MobileDataWorker mSliceBackgroundWorker;253 public DataContentObserver(Handler handler, MobileDataWorker backgroundWorker) { in DataContentObserver()