Searched defs:username (Results 1 – 5 of 5) sorted by relevance
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
D | datastore.py | 38 def get_contact_info(cls, username): argument 45 def get_contact_last_updated(cls, username): argument 52 def get_contact_id(cls, username): argument 59 def get_contact_status(cls, username): argument
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 364 def __init__(self, contact_list, username, client_id, host_url, high_water_mark): argument 382 def __init__(self, contact_list, username, high_water_mark): argument
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | NetworkUtilities.java | 104 public static String authenticate(String username, String password) { in authenticate()
|
/development/samples/SipDemo/src/com/example/android/sip/ |
D | WalkieTalkieActivity.java | 124 String username = prefs.getString("namePref", ""); in initializeLocalProfile() local
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 530 final String username = rawContact.getUserName(); in updateContactStatus() local
|