Searched refs:presentation (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallLogAsync.java41 * this, ci, number, presentation, type, timestamp, duration);
64 * @param presentation Of the number.
73 int presentation,
97 this.presentation = presentation;
107 public final int presentation; field in class:CallLogAsync.AddCallArgs
163 c.ci, c.context, c.number, c.presentation,
70 AddCallArgs(Context context, CallerInfo ci, String number, int presentation, int callType, long timestamp, long durationInMillis) argument
H A DCallCard.java450 int presentation = conn.getNumberPresentation();
494 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal,
511 updateDisplayForPerson(ci, presentation, false, call, conn);
518 updateDisplayForPerson(ci, presentation, true, call, conn);
578 int presentation = Connection.PRESENTATION_ALLOWED;
579 if (conn != null) presentation = conn.getNumberPresentation();
580 if (DBG) log("- onQueryComplete: presentation=" + presentation
589 updateDisplayForPerson(cit.currentInfo, presentation, false, call, conn);
836 // the number presentation valu
973 updateDisplayForPerson(CallerInfo info, int presentation, boolean isTemporary, Call call, Connection conn) argument
1138 getPresentationString(int presentation) argument
[all...]
H A DCallNotifier.java1169 // TODO: In getLogNumber we use the presentation from
1174 final int presentation = getPresentation(c, ci);
1206 mApplication, ci, logNumber, presentation,
1834 int presentation = c.getNumberPresentation();
1852 mApplication, ci, number, presentation);
1853 final int newPresentation = (ci != null) ? ci.numberPresentation : presentation;
1859 mApplication, ci, logNumber, presentation,
1917 // Check number presentation value; if we have a non-allowed presentation,
1918 // then display an appropriate presentation strin
[all...]
H A DRespondViaSmsManager.java478 * - a "call presentation" that doesn't allow the number to be revealed
530 // Finally, check the "call presentation":
531 int presentation = conn.getNumberPresentation();
532 if (DBG) log("- presentation: " + presentation);
533 if (presentation == Connection.PRESENTATION_RESTRICTED) {
H A DPhoneUtils.java1424 // restricted/unavailable presentation, we do not want to perform a contact query
1482 // restricted/unavailable presentation, we do not want to perform a contact query
1548 // If the number presentation has not been set by
1611 // If we're still null/empty here, then check if we have a presentation
2164 * expected number and presentation values within the CallerInfo object.
2166 * @param presentation presentation value used to verify if we are in a corner case
2170 String number, int presentation) {
2173 // displayed/logged after this function returns based on the presentation value.
2177 + ", presentation
2169 modifyForSpecialCnapCases(Context context, CallerInfo ci, String number, int presentation) argument
[all...]
/packages/apps/Phone/tests/src/com/android/phone/unit/
H A DCnapTest.java47 // Checks the cnap 'ABSENT NUMBER' is mapped to the unknown presentation.
63 // TODO: cnapName and name presentation should be set to
72 private String modifyForSpecialCnapCases(String number, int presentation) { argument
74 mContext, mCallerInfo, number, presentation);

Completed in 66 milliseconds