Home | History | Annotate | Download | only in phone

Lines Matching full:numberpresentation

1451             cit.currentInfo.numberPresentation = c.getNumberPresentation();
1458 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1466 cit.currentInfo.numberPresentation);
1472 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1521 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1525 updatedNumber, cit.currentInfo.numberPresentation);
1535 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1542 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1559 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1565 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1626 if (0 == ci.numberPresentation) {
1627 ci.numberPresentation = conn.getNumberPresentation();
1665 ci.numberPresentation);
1676 if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) {
1678 } else if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_PAYPHONE) {
2268 ci.numberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
2276 if (ci.numberPresentation == PhoneConstants.PRESENTATION_ALLOWED
2277 || (ci.numberPresentation != presentation
2281 // For all special strings, change number & numberPresentation.
2291 ci.numberPresentation = cnapSpecialCase;