OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getServerContactId
(Results
1 - 2
of
2
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
65
public long
getServerContactId
() {
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
145
long serverContactId = rawContact.
getServerContactId
();
264
rawContact.
getServerContactId
()), accountName, accountType,
330
context, rawContact.
getServerContactId
(), accountName, inSync, batchOperation);
344
if (rawContact.
getServerContactId
() > 0) {
345
contactOp.addProfileAction(rawContact.
getServerContactId
());
462
contactOp.updateServerId(rawContact.
getServerContactId
(), uri);
468
final long serverId = rawContact.
getServerContactId
();
575
final long userId = rawContact.
getServerContactId
();
[
all
...]
Completed in 29 milliseconds