Searched refs:getSupportLoaderManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java82 public LoaderManager getSupportLoaderManager(); method in interface:PhotoViewController.ActivityInterface
317 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
329 mActivity.getSupportLoaderManager().initLoader(
400 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
499 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
880 mActivity.getSupportLoaderManager().destroyLoader(
1140 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java50 * and {@link #getSupportLoaderManager()} methods respectively to access
853 public LoaderManager getSupportLoaderManager() { method in class:FragmentActivity

Completed in 82 milliseconds