Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java179 String cellPhone, String officePhone, String homePhone, String email, in RawContact() argument
187 mOfficePhone = officePhone; in RawContact()
220 final String officePhone = !contact.isNull("o") ? contact.getString("o") : null; in valueOf() local
228 officePhone, homePhone, email, status, avatarUrl, deleted, in valueOf()
240 String cellPhone, String officePhone, String homePhone, in create() argument
243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone, in create()