Searched refs:high_water_mark (Results 1 – 1 of 1) sorted by relevance
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 193 high_water_mark = str(long(_time.mktime(high_water_date.utctimetuple())) + 1) 194 logging.info('New sync state: ' + high_water_mark) 210 DeletedContactData(updated_contacts, handle, high_water_mark) 213 … UpdatedContactData(updated_contacts, handle, None, base_url, high_water_mark) 364 def __init__(self, contact_list, username, client_id, host_url, high_water_mark): argument 376 contact['x'] = high_water_mark 382 def __init__(self, contact_list, username, high_water_mark): argument 387 contact['x'] = high_water_mark
|