Lines Matching full:numberpresentation
1415 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1422 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1430 cit.currentInfo.numberPresentation);
1436 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1492 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1496 numberPresentation);
1506 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1513 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1530 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1536 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1597 if (0 == ci.numberPresentation) {
1598 ci.numberPresentation = conn.getNumberPresentation();
1636 ci.numberPresentation);
1647 if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) {
1649 } else if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_PAYPHONE) {
2113 ci.numberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
2121 if (ci.numberPresentation == PhoneConstants.PRESENTATION_ALLOWED
2122 || (ci.numberPresentation != presentation
2126 // For all special strings, change number & numberPresentation.
2136 ci.numberPresentation = cnapSpecialCase;