Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorSpringBoardActivity.java44 private static final int LOADER_RAW_CONTACTS = 1; field in ContactEditorSpringBoardActivity
124 getLoaderManager().initLoader(LOADER_RAW_CONTACTS, null, mRawContactLoaderListener); in onCreate()