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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 49 public String geocode; field in class:PhoneCallDetails
CallDetailActivity.java 199 * Determines the location geocode text for a call, or the phone number type
210 return details.geocode;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
LocationFacade.java 71 * address = droid.geocode(la, lo).result
172 public List<Address> geocode( method in class:LocationFacade
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java 211 if (TextUtils.isEmpty(details.namePrimary) && !TextUtils.isEmpty(details.geocode)) {
212 numberFormattedLabel = details.geocode;
CallLogAsyncTaskUtil.java 237 details.geocode = cursor.getString(CallDetailQuery.GEOCODED_LOCATION_COLUMN_INDEX);
CallLogAdapter.java 529 details.geocode = c.getString(CallLogQuery.GEOCODED_LOCATION);
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java 64 /** Empty geocode label */
292 assertLocationAndDateContains("Pennsylvania"); // The geocode is shown as the label.
298 assertLocationAndDateContains(EMPTY_GEOCODE); // The empty geocode is shown as the label.
304 assertLocationAndDateContains(EMPTY_GEOCODE); // The empty geocode is shown as the label.
309 assertLocationAndDateContains(EMPTY_GEOCODE); // The empty geocode is shown as the label.
363 details.geocode = null;
501 details.geocode = geocodedLocation;
575 details.geocode = TEST_GEOCODE;
CallLogListItemHelperTest.java 302 details.geocode = TEST_GEOCODE;

Completed in 315 milliseconds