HomeSort by relevance Sort by last modified time
    Searched defs:person_id (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 124 String person_id = cursor.getString(RecipientsAdapter.CONTACT_ID_INDEX); local
125 out.setSpan(new Annotation("person_id", person_id), 0, len,
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 98 public long person_id; field in class:CallerInfo
208 // Look for the person_id.
211 info.person_id = cursor.getLong(columnIndex);
212 if (VDBG) Log.v(TAG, "==> got info.person_id: " + info.person_id);
214 // No valid columnIndex, so we can't look up person_id.
215 Log.w(TAG, "Couldn't find person_id column for " + contactRef);
217 // person_id will be broken (like contact photo lookups in
434 * Returns the column index to use to find the "person_id" field in
439 * a Cursor. Looking up the person_id is nontrivial (compared to al
    [all...]
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 381 long person_id = cursor.getLong( local
385 + ". id : " + person_id);
387 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, person_id);
    [all...]

Completed in 135 milliseconds