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

/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java90 private final int LOADER_ID_FOLDER_CONTENTS = 1; field in class:AddBookmarkPage
165 LOADER_ID_FOLDER_CONTENTS));
239 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);
320 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);
460 case LOADER_ID_FOLDER_CONTENTS:
503 case LOADER_ID_FOLDER_CONTENTS:
511 case LOADER_ID_FOLDER_CONTENTS:
743 manager.restartLoader(LOADER_ID_FOLDER_CONTENTS, null, this);

Completed in 61 milliseconds