• Home
  • Raw
  • Download

Lines Matching refs:numberPresentation

1416             cit.currentInfo.numberPresentation = c.getNumberPresentation();  in startGetCallerInfo()
1423 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo()
1431 cit.currentInfo.numberPresentation); in startGetCallerInfo()
1437 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) { in startGetCallerInfo()
1493 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1497 updatedNumber, cit.currentInfo.numberPresentation); in startGetCallerInfo()
1507 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo()
1514 if (cit.currentInfo.numberPresentation != PhoneConstants.PRESENTATION_ALLOWED) { in startGetCallerInfo()
1531 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1537 + ", Name/Number Pres=" + cit.currentInfo.numberPresentation); in startGetCallerInfo()
1598 if (0 == ci.numberPresentation) {
1599 ci.numberPresentation = conn.getNumberPresentation();
1637 ci.numberPresentation); in getCompactNameFromCallerInfo()
1648 if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_RESTRICTED) { in getCompactNameFromCallerInfo()
1650 … } else if (ci != null && ci.numberPresentation == PhoneConstants.PRESENTATION_PAYPHONE) { in getCompactNameFromCallerInfo()
2114 ci.numberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in modifyForSpecialCnapCases()
2122 if (ci.numberPresentation == PhoneConstants.PRESENTATION_ALLOWED in modifyForSpecialCnapCases()
2123 || (ci.numberPresentation != presentation in modifyForSpecialCnapCases()
2137 ci.numberPresentation = cnapSpecialCase; in modifyForSpecialCnapCases()