OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellPhone
(Results
1 - 2
of
2
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
179
String
cellPhone
, String officePhone, String homePhone, String email,
186
mCellPhone =
cellPhone
;
219
final String
cellPhone
= !contact.isNull("m") ? contact.getString("m") : null;
227
return new RawContact(userName, null, firstName, lastName,
cellPhone
,
240
String
cellPhone
, String officePhone, String homePhone,
243
return new RawContact(null, fullName, firstName, lastName,
cellPhone
, officePhone,
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
512
String
cellPhone
= null;
538
cellPhone
= c.getString(DataQuery.COLUMN_PHONE_NUMBER);
554
RawContact rawContact = RawContact.create(fullName, firstName, lastName,
cellPhone
,
[
all
...]
Completed in 64 milliseconds