Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java111 public static final int LOADER_PHOTO_LIST = 100; field in PhotoViewController
329 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onCreate()
466 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onResume()
565 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
570 if (id == LOADER_PHOTO_LIST) { in onCreateLoader()
591 if (id == LOADER_PHOTO_LIST) { in onLoadFinished()
1233 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in initTemporaryImage()