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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 522 geoDescription = getGeoDescription(context, number);
529 private static String getGeoDescription(Context context, String number) {
530 if (VDBG) Rlog.v(TAG, "getGeoDescription('" + number + "')...");
548 Rlog.w(TAG, "getGeoDescription: NumberParseException for incoming number '" + number + "'");
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 519 geoDescription = getGeoDescription(context, number);
526 private static String getGeoDescription(Context context, String number) {
527 Log.v(TAG, "getGeoDescription('" + number + "')...");
545 Log.v(TAG, "getGeoDescription: NumberParseException for incoming number '" +

Completed in 6185 milliseconds