Searched defs:person_id (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java97 public long person_id; field in class:CallerInfo
184 // Look for the person_id.
187 info.person_id = cursor.getLong(columnIndex);
188 if (VDBG) Log.v(TAG, "==> got info.person_id: " + info.person_id);
190 // No valid columnIndex, so we can't look up person_id.
191 Log.w(TAG, "Couldn't find person_id column for " + contactRef);
193 // person_id will be broken (like contact photo lookups in
410 * Returns the column index to use to find the "person_id" field in
415 * a Cursor. Looking up the person_id i
[all...]

Completed in 74 milliseconds