Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java585 int profileColumnIndex = cursor.getColumnIndex(Contacts.IS_USER_PROFILE); in isUserProfile() local
586 if (profileColumnIndex != -1) { in isUserProfile()
587 isUserProfile = cursor.getInt(profileColumnIndex) == 1; in isUserProfile()