Home
last modified time | relevance | path

Searched refs:createCursorLoader (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java151 final CursorLoader loader = createCursorLoader(getContext());
323 private CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DisplayOptionsPreferenceFragment
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java360 CursorLoader loader = createCursorLoader(mContext); in onCreateLoader()
369 public CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in ContactEntryListFragment
DDefaultContactBrowseListFragment.java273 public CursorLoader createCursorLoader(Context context) { in createCursorLoader() method in DefaultContactBrowseListFragment