Searched refs:PHONE_ID (Results 1 – 4 of 4) sorted by relevance
62 public static final int PHONE_ID = 0; field in MultiSelectPhoneNumbersListAdapter.PhoneQuery77 super(context, PhoneQuery.PHONE_ID); in MultiSelectPhoneNumbersListAdapter()130 final long id = ((Cursor) getItem(position)).getLong(PhoneQuery.PHONE_ID); in getDataUri()159 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
143 public static final int PHONE_ID = 0; field in PhoneNumberListAdapter.PhoneQuery357 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID); in getDataUri()442 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
99 row[PhoneQuery.PHONE_ID] = contact.dataId; in loadInBackground()215 public static final int PHONE_ID = 0; field in SmartDialCursorLoader.PhoneQuery
553 if (updatedContactCursor.isNull(PhoneQuery.PHONE_ID)) { in insertUpdatedContactsAndNumberPrefix()583 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID)); in insertUpdatedContactsAndNumberPrefix()1097 int PHONE_ID = 0; field