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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java258 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
270 getSupportLoaderManager().initLoader(BITMAP_LOADER_THUMBNAIL, args, mBitmapCallback);
298 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
392 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
1023 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
1053 getSupportLoaderManager().destroyLoader(
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java257 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
269 getSupportLoaderManager().initLoader(BITMAP_LOADER_THUMBNAIL, args, mBitmapCallback);
297 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
391 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
1022 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
1052 getSupportLoaderManager().destroyLoader(
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java50 * and {@link #getSupportLoaderManager()} methods respectively to access
875 public LoaderManager getSupportLoaderManager() { method in class:FragmentActivity

Completed in 797 milliseconds