Searched refs:createCursorLoader (Results 1 – 5 of 5) sorted by relevance
151 final CursorLoader loader = createCursorLoader(getContext());323 private CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DisplayOptionsPreferenceFragment
261 public static CursorLoader createCursorLoader(Context context, Uri uri, UserId userId) { in createCursorLoader() method in UserId
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
273 public CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DefaultContactBrowseListFragment