Home | History | Annotate | Download | only in phone

Lines Matching refs:numberPresentation

1442             cit.currentInfo.numberPresentation = c.getNumberPresentation();
1449 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1457 cit.currentInfo.numberPresentation);
1463 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1519 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1523 updatedNumber, cit.currentInfo.numberPresentation);
1533 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1540 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) {
1557 cit.currentInfo.numberPresentation = c.getNumberPresentation();
1563 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation);
1624 if (0 == ci.numberPresentation) {
1625 ci.numberPresentation = conn.getNumberPresentation();
1663 ci.numberPresentation);
1674 if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) {
1676 } else if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_PAYPHONE) {
2133 ci.numberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
2141 if (ci.numberPresentation == PhoneConstants.PRESENTATION_ALLOWED
2142 || (ci.numberPresentation != presentation
2146 // For all special strings, change number & numberPresentation.
2156 ci.numberPresentation = cnapSpecialCase;