OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PHONE_ID
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
91
public static final int
PHONE_ID
= 0;
269
final long phoneId = cursor.getLong(PhoneQuery.
PHONE_ID
);
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
148
static final int
PHONE_ID
= 0;
672
insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.
PHONE_ID
));
[
all
...]
Completed in 74 milliseconds