Searched refs:createCursorLoader (Results 1 – 5 of 5) sorted by relevance
261 public static CursorLoader createCursorLoader(Context context, Uri uri, UserId userId) { in createCursorLoader() method in UserId
165 final CursorLoader loader = createCursorLoader(getContext());344 private CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DisplayOptionsPreferenceFragment
183 return UserId.createCursorLoader(mContext, mUri, mUserId); in onCreateLoader()
360 CursorLoader loader = createCursorLoader(mContext); in onCreateLoader()369 public CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in ContactEntryListFragment
276 public CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DefaultContactBrowseListFragment