Searched refs:cellPhone (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 186 mCellPhone = cellPhone; in RawContact() 219 final String cellPhone = !contact.isNull("m") ? contact.getString("m") : null; in valueOf() local 227 return new RawContact(userName, null, firstName, lastName, cellPhone, in valueOf() 240 String cellPhone, String officePhone, String homePhone, in create() argument 243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone, in create()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 466 String cellPhone = null; in getRawContact() local 492 cellPhone = c.getString(DataQuery.COLUMN_PHONE_NUMBER); in getRawContact() 508 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone, in getRawContact()
|