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

  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfo.java 43 public String geoDescription;
135 if (!TextUtils.equals(geoDescription, other.geoDescription)) {
177 + ", geoDescription="
178 + geoDescription
  /packages/apps/Dialer/java/com/android/dialer/oem/
CequintCallerIdManager.java 76 public final String geoDescription;
79 private CequintCallerIdContact(String name, String geoDescription, String imageUrl) {
81 this.geoDescription = geoDescription;
185 String geoDescription = getGeoDescription(city, state, stateAbbr, country);
191 LogUtil.sanitizePii(geoDescription),
193 return new CequintCallerIdContact(contactName, geoDescription, imageUrl);
255 String geoDescription = null;
258 geoDescription = state;
260 geoDescription = city + ", " + stateAbbr
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 89 public String geoDescription;
559 * Updates this CallerInfo's geoDescription field, based on the raw
563 * geoDescription automatically; you need to call this method
572 geoDescription = getGeoDescription(context, number);
654 .append("\ngeoDescription: " + geoDescription)
CallerInfoAsyncQuery.java 87 public String geoDescription;
230 cw.geoDescription = CallerInfo.getGeoDescription(mContext, cw.number);
303 mCallerInfo.geoDescription = cw.geoDescription;
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 107 public String geoDescription;
522 * Updates this CallerInfo's geoDescription field, based on the raw phone number in the
525 * <p>(Note that the various getCallerInfo() methods do *not* set the geoDescription
534 geoDescription = PhoneNumberHelper.getGeoDescription(context, number, countryIso);
551 .append("\ngeoDescription: " + geoDescription)
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 169 milliseconds