OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:person_id
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java
126
String
person_id
= cursor.getString(RecipientsAdapter.CONTACT_ID_INDEX);
local
127
out.setSpan(new Annotation("
person_id
",
person_id
), 0, len,
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
97
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
is nontrivial (compared to al
[
all
...]
Completed in 39 milliseconds