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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java109 public static final int LOADER_PHOTO_LIST = 100; field in class:PhotoViewController
317 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
400 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
499 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this);
504 if (id == LOADER_PHOTO_LIST) {
525 if (id == LOADER_PHOTO_LIST) {
1140 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);

Completed in 48 milliseconds