OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addPhone
(Results
1 - 3
of
3
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java
178
public ContactOperations
addPhone
(String phone, int phoneType) {
/packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java
149
ops.
addPhone
(entity, Phone.TYPE_MMS, getValue());
152
ops.
addPhone
(entity, Phone.TYPE_FAX_WORK, getValue());
155
ops.
addPhone
(entity, Phone.TYPE_COMPANY_MAIN, getValue());
158
ops.
addPhone
(entity, Phone.TYPE_FAX_HOME, getValue());
165
ops.
addPhone
(entity, Phone.TYPE_MOBILE, getValue());
168
ops.
addPhone
(entity, Phone.TYPE_CAR, getValue());
171
ops.
addPhone
(entity, Phone.TYPE_RADIO, getValue());
174
ops.
addPhone
(entity, Phone.TYPE_PAGER, getValue());
177
ops.
addPhone
(entity, Phone.TYPE_ASSISTANT, getValue());
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java
[
all
...]
Completed in 2531 milliseconds