OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getByRawContactId
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java
96
final EntityDelta localEntity = local.
getByRawContactId
(rawContactId);
255
public EntityDelta
getByRawContactId
(Long rawContactId) {
/packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java
168
final EntityDelta match = set.
getByRawContactId
(rawContactId);
173
final EntityDelta match = set.
getByRawContactId
(rawContactId);
285
return set.
getByRawContactId
(rawContactId).getValues().getAsLong(RawContacts.VERSION);
454
first.
getByRawContactId
(CONTACT_BOB).addEntry(bluePhone);
509
first.
getByRawContactId
(CONTACT_MARY).markDeleted();
538
final ContentValues contactInsert = first.
getByRawContactId
(CONTACT_MARY).getValues()
573
final EntityDelta bobContact = first.
getByRawContactId
(CONTACT_BOB);
/packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java
108
final EntityDelta localEntity = local.
getByRawContactId
(rawContactId);
293
public EntityDelta
getByRawContactId
(Long rawContactId) {
Completed in 38 milliseconds