OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:homePhone
(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,
188
mHomePhone =
homePhone
;
221
final String
homePhone
= !contact.isNull("h") ? contact.getString("h") : null;
228
officePhone,
homePhone
, email, status, avatarUrl, deleted,
240
String cellPhone, String officePhone, String
homePhone
,
244
homePhone
, email, status, null, deleted, serverContactId, rawContactId,
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
467
String
homePhone
= null;
494
homePhone
= c.getString(DataQuery.COLUMN_PHONE_NUMBER);
509
workPhone,
homePhone
, email, null, false, rawContactId, serverId);
[
all
...]
Completed in 1749 milliseconds