Searched defs:initLoader (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/loader/src/main/java/androidx/loader/app/
H A DLoaderManager.java157 public abstract <D> Loader<D> initLoader(int id, @Nullable Bundle args, method in class:LoaderManager
H A DLoaderManagerImpl.java406 public <D> Loader<D> initLoader(int id, @Nullable Bundle args, method in class:LoaderManagerImpl
412 throw new IllegalStateException("initLoader must be called on the main thread");
417 if (DEBUG) Log.v(TAG, "initLoader in " + this + ": args=" + args);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java153 public abstract <D> Loader<D> initLoader(int id, Bundle args, method in class:LoaderManager
616 public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { method in class:LoaderManagerImpl
623 if (DEBUG) Log.v(TAG, "initLoader in " + this + ": args=" + args);

Completed in 71 milliseconds