Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java662 int profileColumnIndex = cursor.getColumnIndex(Contacts.IS_USER_PROFILE); in isUserProfile() local
663 if (profileColumnIndex != -1) { in isUserProfile()
664 isUserProfile = cursor.getInt(profileColumnIndex) == 1; in isUserProfile()