OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactExists
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
79
public boolean
contactExists
;
131
info.
contactExists
= false;
195
info.
contactExists
= true;
271
if (!previousResult.
contactExists
483
.append("\ncontactExits: " +
contactExists
)
497
.append("\ncontactExists " +
contactExists
)
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java
226
assertFalse(mInfo.
contactExists
);
/packages/apps/Phone/src/com/android/phone/
CallCard.java
574
+ ",
contactExists
=" + ci.
contactExists
);
577
// CallerInfo (for CNAP). Therefore if ci.
contactExists
then use the ci passed in.
579
if (ci.
contactExists
) {
[
all
...]
PhoneUtils.java
[
all
...]
Completed in 1910 milliseconds