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

  /packages/apps/Dialer/src/com/android/dialer/util/
PhoneNumberUtil.java 102 public static String getGeoDescription(Context context, String number) {
103 Log.v(TAG, "getGeoDescription('" + pii(number) + "')...");
122 Log.v(TAG, "getGeoDescription: NumberParseException for incoming number '" +
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 572 geoDescription = getGeoDescription(context, number);
579 private static String getGeoDescription(Context context, String number) {
580 if (VDBG) Rlog.v(TAG, "getGeoDescription('" + number + "')...");
598 Rlog.w(TAG, "getGeoDescription: NumberParseException for incoming number '" + number + "'");
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 375 milliseconds