Searched refs:homePhone (Results 1 – 2 of 2) sorted by relevance
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
D | RawContact.java | 179 String cellPhone, String officePhone, String homePhone, String email, in RawContact() argument 188 mHomePhone = homePhone; in RawContact() 221 final String homePhone = !contact.isNull("h") ? contact.getString("h") : null; in valueOf() local 228 officePhone, homePhone, email, status, avatarUrl, deleted, in valueOf() 240 String cellPhone, String officePhone, String homePhone, in create() argument 244 homePhone, email, status, null, deleted, serverContactId, rawContactId, in create()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 467 String homePhone = null; in getRawContact() local 494 homePhone = c.getString(DataQuery.COLUMN_PHONE_NUMBER); in getRawContact() 509 workPhone, homePhone, email, null, false, rawContactId, serverId); in getRawContact()
|