OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCellPhone
(Results
1 - 3
of
3
) sorted by null
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/client/
UserTest.java
35
assertEquals("1-650-335-5681", user.
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
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
89
public String
getCellPhone
() {
Completed in 160 milliseconds