HomeSort by relevance Sort by last modified time
    Searched refs:cnapSpecialCase (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 117 int cnapSpecialCase = checkCnapSpecialCases(number);
118 if (cnapSpecialCase != CNAP_SPECIAL_CASE_NO) {
120 if (cnapSpecialCase == Call.PRESENTATION_RESTRICTED) {
122 } else if (cnapSpecialCase == Call.PRESENTATION_UNKNOWN) {
126 + "; presentation now=" + cnapSpecialCase);
127 ci.numberPresentation = cnapSpecialCase;
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 277 milliseconds