Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java471 final int hasPhoneIdx = cursor.getColumnIndex(Contacts.HAS_PHONE_NUMBER); in mergeContact() local
472 if (hasPhoneIdx >= 0) { in mergeContact()
473 mHasPhone = cursor.getInt(hasPhoneIdx) != 0; in mergeContact()