Searched refs:LOADER_RAW_CONTACTS (Results 1 – 1 of 1) sorted by relevance
44 private static final int LOADER_RAW_CONTACTS = 1; field in ContactEditorSpringBoardActivity124 getLoaderManager().initLoader(LOADER_RAW_CONTACTS, null, mRawContactLoaderListener); in onCreate()