Searched refs:getSupportLoaderManager (Results 1 – 5 of 5) sorted by relevance
53 getSupportLoaderManager().initLoader(LOADER_ID, null, this); in onCreate()81 getSupportLoaderManager().destroyLoader(LOADER_ID); in onDestroy()
76 getSupportLoaderManager().initLoader(LOADER_ID_LICENSE_HTML_LOADER, Bundle.EMPTY, this); in showHtmlFromDefaultXmlFiles()
205 public final androidx.loader.app.LoaderManager getSupportLoaderManager() { in getSupportLoaderManager() method in TestActivity
508 mActivity.getSupportLoaderManager().restartLoader(LOADER_ID, null, mBindings); in loadDocumentsForCurrentStack()