Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 6 of 6) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py190 for contact in contacts:
191 if (contact.updated > high_water_date):
192 high_water_date = contact.updated
198 for contact in contacts:
202 if (self.list_contains_contact(updated_contacts, contact)):
205 handle = contact.handle
207 if timestamp is None or contact.updated > timestamp:
208 if contact.deleted == True:
238 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
242 contact = datastore.Contact(handle='temp')
[all …]
Ddashboard.py103 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
104 self.send_form('Edit Contact', '/edit_contact', id, contact.handle,
105 ContactForm(instance=contact))
109 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
110 data = ContactForm(data=self.request.POST, instance=contact)
119 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, data)
126 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
127 contact.deleted = True
128 contact.updated = datetime.datetime.utcnow()
129 contact.put()
[all …]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java205 public static RawContact valueOf(JSONObject contact) { in valueOf() argument
208 final String userName = !contact.isNull("u") ? contact.getString("u") : null; in valueOf()
209 final int serverContactId = !contact.isNull("i") ? contact.getInt("i") : -1; in valueOf()
216 final int rawContactId = !contact.isNull("c") ? contact.getInt("c") : -1; in valueOf()
217 final String firstName = !contact.isNull("f") ? contact.getString("f") : null; in valueOf()
218 final String lastName = !contact.isNull("l") ? contact.getString("l") : null; in valueOf()
219 final String cellPhone = !contact.isNull("m") ? contact.getString("m") : null; in valueOf()
220 final String officePhone = !contact.isNull("o") ? contact.getString("o") : null; in valueOf()
221 final String homePhone = !contact.isNull("h") ? contact.getString("h") : null; in valueOf()
222 final String email = !contact.isNull("e") ? contact.getString("e") : null; in valueOf()
[all …]
/development/samples/browseable/BasicContactables/
D_index.jd8 … \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt490 Also add information on how to contact you by electronic and paper mail.
/development/sdk/
Dsdk_files_NOTICE.txt1016 Also add information on how to contact you by electronic and paper mail.
1906 Also add information on how to contact you by electronic and paper mail.
3658 know whom to contact. If Contributor obtains such knowledge after
4348 Also add information on how to contact you by electronic and paper mail.
4714 this license, you must contact us to verify this.
5339 Also add information on how to contact you by electronic and paper mail.
6255 Also add information on how to contact you by electronic and paper mail.
7077 Also add information on how to contact you by electronic and paper mail.
7751 Also add information on how to contact you by electronic and paper mail.
8032 please contact openssl-core@openssl.org.
[all …]