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

/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksPage.java83 static final int LOADER_BOOKMARKS = 100; field in class:BrowserBookmarksPage
105 } else if (id >= LOADER_BOOKMARKS) {
120 int id = LOADER_BOOKMARKS;
147 } else if (loader.getId() >= LOADER_BOOKMARKS) {
155 if (loader.getId() >= LOADER_BOOKMARKS) {
593 manager.getLoader(LOADER_BOOKMARKS + groupPosition));

Completed in 57 milliseconds