Home | History | Annotate | Download | only in phone

Lines Matching defs:presentation

309             public int presentation;
401 notifyMissedCall(n.name, n.number, n.presentation, n.type, null, null,
418 notifyMissedCall(n.name, n.number, n.presentation, n.type, photo, photoIcon, n.date);
429 n.presentation = cursor.getInt(cursor.getColumnIndexOrThrow(Calls.NUMBER_PRESENTATION));
437 if (n.presentation != Calls.PRESENTATION_ALLOWED) {
475 /* package */ void notifyMissedCall(String name, String number, int presentation, String type,
546 && (presentation == PhoneConstants.PRESENTATION_ALLOWED ||
547 presentation == PhoneConstants.PRESENTATION_PAYPHONE)) {