Searched defs:cursorLoader (Results 1 – 9 of 9) sorted by relevance
70 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoadFinished() local78 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoaderReset() local
95 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoadFinished() local133 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoaderReset() local
84 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoadFinished() local106 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoaderReset() local
103 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoadFinished() local131 final BoundCursorLoader cursorLoader = (BoundCursorLoader) loader; in onLoaderReset() local
93 final CursorLoader cursorLoader = in onCreateLoader() local
275 public void onLoadFinished(Loader<Cursor> cursorLoader, Cursor data) { in onLoadFinished()377 public void onLoaderReset(Loader<Cursor> cursorLoader) { in onLoaderReset()
68 public void configureLoader(CursorLoader cursorLoader, long directoryId) { in configureLoader()
68 private CursorLoader cursorLoader; field in GalleryComposerFragment
233 ContactsCursorLoader cursorLoader = new ContactsCursorLoader(getContext(), hasPhoneNumbers); in onCreateLoader() local