HomeSort by relevance Sort by last modified time
    Searched refs:getSyncState (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 121 public long getSyncState() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 121 if (rawContact.getSyncState() > currentSyncMarker) {
122 currentSyncMarker = rawContact.getSyncState();
    [all...]

Completed in 46 milliseconds