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

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java92 private static final int LOADER_PHOTO_LIST = 100; field in class:PhotoViewActivity
258 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
298 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
392 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
397 if (id == LOADER_PHOTO_LIST) {
419 if (id == LOADER_PHOTO_LIST) {
1023 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java91 private static final int LOADER_PHOTO_LIST = 100; field in class:PhotoViewActivity
257 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
297 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
391 getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
396 if (id == LOADER_PHOTO_LIST) {
418 if (id == LOADER_PHOTO_LIST) {
1022 getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);

Completed in 33 milliseconds