Class ShadowAsyncTaskLoader<D>

  • Direct Known Subclasses:
    ShadowLegacyAsyncTaskLoader, ShadowPausedAsyncTaskLoader

    @Implements(value=android.content.AsyncTaskLoader.class,
                shadowPicker=Picker.class)
    public abstract class ShadowAsyncTaskLoader<D>
    extends java.lang.Object
    The shadow API for AsyncTaskLoader. Different shadow implementations will be used based on the current LooperMode.Mode.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowAsyncTaskLoader

        public ShadowAsyncTaskLoader()