OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCellPhone
(Results
1 - 2
of
2
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
89
public String
getCellPhone
() {
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
289
.addPhone(rawContact.
getCellPhone
(), Phone.TYPE_MOBILE)
363
rawContact.
getCellPhone
(), uri);
388
contactOp.addPhone(rawContact.
getCellPhone
(), Phone.TYPE_MOBILE);
[
all
...]
Completed in 49 milliseconds