Home
last modified time | relevance | path

Searched defs:cellPhone (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java179 String cellPhone, String officePhone, String homePhone, String email, in RawContact()
219 final String cellPhone = !contact.isNull("m") ? contact.getString("m") : null; in valueOf() local
240 String cellPhone, String officePhone, String homePhone, in create()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java466 String cellPhone = null; in getRawContact() local