OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactExists
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java
91
public boolean
contactExists
;
166
info.
contactExists
= false;
236
info.
contactExists
= true;
314
if (!previousResult.
contactExists
599
.append("\ncontactExits: " +
contactExists
)
613
.append("\ncontactExists " +
contactExists
)
/packages/apps/Phone/src/com/android/phone/
CallCard.java
683
+ ",
contactExists
=" + ci.
contactExists
);
686
// CallerInfo (for CNAP). Therefore if ci.
contactExists
then use the ci passed in.
688
if (ci.
contactExists
) {
[
all
...]
PhoneUtils.java
[
all
...]
Completed in 94 milliseconds