Lines Matching refs:numberPresentation
1595 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1602 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1610 cit.currentInfo.numberPresentation);
1616 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1672 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1676 updatedNumber, cit.currentInfo.numberPresentation);
1686 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1693 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1710 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1716 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1777 if (0 == ci.numberPresentation) {
1778 ci.numberPresentation = conn.getNumberPresentation();
1816 ci.numberPresentation);
1827 if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) {
1829 } else if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_PAYPHONE) {
2479 ci.numberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
2487 if (ci.numberPresentation == PhoneConstants.PRESENTATION_ALLOWED
2488 || (ci.numberPresentation != presentation
2492 // For all special strings, change number & numberPresentation.
2502 ci.numberPresentation = cnapSpecialCase;