Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java430 final int idIdx = cursor.getColumnIndex(Contacts._ID); in mergeContact() local
431 if (idIdx >= 0) { in mergeContact()
432 id = cursor.getInt(idIdx); in mergeContact()