OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:person_id
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/provider/
CallLog.java
312
if ((ci != null) && (ci.
person_id
> 0)) {
326
new String[] { String.valueOf(ci.
person_id
), normalizedPhoneNumber},
335
new String[] { String.valueOf(ci.
person_id
) },
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
99
public long
person_id
;
field in class:CallerInfo
209
// Look for the
person_id
.
212
info.
person_id
= cursor.getLong(columnIndex);
213
if (VDBG) Rlog.v(TAG, "==> got info.
person_id
: " + info.
person_id
);
215
// No valid columnIndex, so we can't look up
person_id
.
216
Rlog.w(TAG, "Couldn't find
person_id
column for " + contactRef);
218
//
person_id
will be broken (like contact photo lookups in
435
* Returns the column index to use to find the "
person_id
" field in
440
* a Cursor. Looking up the
person_id
is nontrivial (compared to al
[
all
...]
/packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java
180
mCurrentCallerInfo.
person_id
);
NotificationMgr.java
382
long
person_id
= cursor.getLong(
local
386
+ ". id : " +
person_id
);
388
personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI,
person_id
);
[
all
...]
CallCard.java
[
all
...]
Completed in 325 milliseconds