Home
last modified time | relevance | path

Searched refs:getSupportLoaderManager (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java258 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onCreate()
270 getSupportLoaderManager().initLoader(BITMAP_LOADER_THUMBNAIL, args, mBitmapCallback); in onCreate()
298 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onResume()
392 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
1023 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in initTemporaryImage()
1053 getSupportLoaderManager().destroyLoader( in onLoadFinished()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java257 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onCreate()
269 getSupportLoaderManager().initLoader(BITMAP_LOADER_THUMBNAIL, args, mBitmapCallback); in onCreate()
297 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onResume()
391 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
1022 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in initTemporaryImage()
1052 getSupportLoaderManager().destroyLoader( in onLoadFinished()
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd95 {@link android.support.v4.app.FragmentActivity#getSupportLoaderManager
96 getSupportLoaderManager()}.
/frameworks/support/v4/java/android/support/v4/app/
DFragmentActivity.java875 public LoaderManager getSupportLoaderManager() { in getSupportLoaderManager() method in FragmentActivity