OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServerContactId
(Results
1 - 2
of
2
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
136
long serverContactId = rawContact.
getServerContactId
();
284
context, rawContact.
getServerContactId
(), accountName, inSync, batchOperation);
298
if (rawContact.
getServerContactId
() > 0) {
299
contactOp.addProfileAction(rawContact.
getServerContactId
());
416
contactOp.updateServerId(rawContact.
getServerContactId
(), uri);
422
final long serverId = rawContact.
getServerContactId
();
529
final long userId = rawContact.
getServerContactId
();
[
all
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
65
public long
getServerContactId
() {
Completed in 41 milliseconds