HomeSort by relevance Sort by last modified time
    Searched refs:presentation (Results 1 - 7 of 7) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 41 * 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,
CallCard.java 444 int presentation = conn.getNumberPresentation(); local
488 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal, call);
502 + ", Number/Name Presentation=" + ci.numberPresentation);
504 updateDisplayForPerson(ci, presentation, false, call);
509 + ", Number/Name Presentation=" + ci.numberPresentation);
511 updateDisplayForPerson(ci, presentation, true, call);
571 int presentation = Connection.PRESENTATION_ALLOWED; local
572 if (conn != null) presentation = conn.getNumberPresentation();
573 if (DBG) log("- onQueryComplete: presentation=" + presentation
    [all...]
CallNotifier.java 1070 final int presentation = getPresentation(c, ci); local
1686 int presentation = c.getNumberPresentation(); local
1925 int presentation = conn.getNumberPresentation(); local
1965 int presentation; local
    [all...]
PhoneUtils.java     [all...]
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 30 // Test suite for the Caller Name Presentation (CNAP) handling.
47 // 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) {
74 mContext, mCallerInfo, number, presentation);
  /frameworks/base/core/java/android/provider/
CallLog.java 141 * @param presentation the number presenting rules set by the network for
150 int presentation, int callType, long start, int duration) {
155 if (presentation == Connection.PRESENTATION_RESTRICTED) {
158 } else if (presentation == Connection.PRESENTATION_PAYPHONE) {
162 || presentation == Connection.PRESENTATION_UNKNOWN) {
  /external/clearsilver/ports/rpm/
clearsilver.spec 80 separation between presentation code and application logic which makes

Completed in 170 milliseconds