Searched refs:profileColumnIndex (Results 1 – 1 of 1) sorted by relevance
585 int profileColumnIndex = cursor.getColumnIndex(Contacts.IS_USER_PROFILE); in isUserProfile() local586 if (profileColumnIndex != -1) { in isUserProfile()587 isUserProfile = cursor.getInt(profileColumnIndex) == 1; in isUserProfile()