Home
last modified time | relevance | path

Searched defs: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()
220 final String officePhone = !contact.isNull("o") ? contact.getString("o") : null; in valueOf() local
240 String cellPhone, String officePhone, String homePhone, in create()