HomeSort by relevance Sort by last modified time
    Searched defs:presentation (Results 1 - 3 of 3) 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...]

Completed in 72 milliseconds