Home
last modified time | relevance | path

Searched refs:contact_list (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py287 def list_contains_contact(self, contact_list, contact): argument
291 for next in contact_list:
364 def __init__(self, contact_list, username, client_id, host_url, high_water_mark): argument
379 contact_list.append(contact)
382 def __init__(self, contact_list, username, high_water_mark): argument
388 contact_list.append(contact)
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListActivity.java73 getSupportFragmentManager().findFragmentById(R.id.contact_list); in onCreate()