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.java109 public static final int LOADER_PHOTO_LIST = 100; field in PhotoViewController
317 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onCreate()
400 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in onResume()
499 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
504 if (id == LOADER_PHOTO_LIST) { in onCreateLoader()
525 if (id == LOADER_PHOTO_LIST) { in onLoadFinished()
1140 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this); in initTemporaryImage()