OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOADER_PHOTO_LIST
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
92
private static final int
LOADER_PHOTO_LIST
= 100;
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
) {
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
91
private static final int
LOADER_PHOTO_LIST
= 100;
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
) {
[
all
...]
Completed in 4180 milliseconds