Searched defs:presentation (Results 1 - 5 of 5) sorted by relevance

/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);
/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
164 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 DManageConferenceUtils.java66 int presentation = connection.getNumberPresentation();
73 displayCallerInfoForConferenceRow(ci, presentation,
274 * @param presentation presentation specified by {@link Connection}.
276 public final void displayCallerInfoForConferenceRow(CallerInfo ci, int presentation, argument
288 callerName = PhoneUtils.getPresentationString(mInCallScreen, presentation);
H A DCallCard.java552 int presentation = conn.getNumberPresentation();
596 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal,
613 updateDisplayForPerson(ci, presentation, false, call, conn);
620 updateDisplayForPerson(ci, presentation, true, call, conn);
681 int presentation = PhoneConstants.PRESENTATION_ALLOWED;
682 if (conn != null) presentation = conn.getNumberPresentation();
683 if (DBG) log("- onQueryComplete: presentation=" + presentation
692 updateDisplayForPerson(cit.currentInfo, presentation, false, call, conn);
1029 // the number presentation valu
1192 updateDisplayForPerson(CallerInfo info, int presentation, boolean isTemporary, Call call, Connection conn) argument
[all...]
H A DPhoneUtils.java1562 // restricted/unavailable presentation, we do not want to perform a contact query
1632 // restricted/unavailable presentation, we do not want to perform a contact query
1702 // If the number presentation has not been set by
1765 // If we're still null/empty here, then check if we have a presentation
2334 * expected number and presentation values within the CallerInfo object.
2336 * @param presentation presentation value used to verify if we are in a corner case
2340 String number, int presentation) {
2343 // displayed/logged after this function returns based on the presentation value.
2349 + ", presentation
2339 modifyForSpecialCnapCases(Context context, CallerInfo ci, String number, int presentation) argument
2649 getPresentationString(Context context, int presentation) argument
[all...]

Completed in 82 milliseconds