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

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

Completed in 134 milliseconds