Searched refs:client_id (Results 1 – 1 of 1) sorted by relevance
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 272 client_id = self.safe_attr(jcontact, 'c') 282 UpdatedContactData(updated_contacts, contact.handle, client_id, base_url, 364 def __init__(self, contact_list, username, client_id, host_url, high_water_mark): argument 377 if (client_id != None): 378 contact['c'] = str(client_id)
|