Home
last modified time | relevance | path

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

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