OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phone_mobile
(Results
1 - 3
of
3
) sorted by null
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py
30
phone_mobile
= db.PhoneNumberProperty()
variable in class:Contact
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
contacts.html
45
<td>{{ contact.
phone_mobile
}}</td>
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py
257
contact.
phone_mobile
= self.safe_attr(jcontact, 'm')
319
phone_mobile
= '(650) 555-1000',
327
phone_mobile
= '(650) 555-2000',
335
phone_mobile
= '(650) 555-3000',
359
'
phone_mobile
': 'm',
Completed in 158 milliseconds