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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 36 public final String geocode; field in class:PhoneCallDetails
65 CharSequence formattedNumber, String countryIso, String geocode,
67 this(number, numberPresentation, formattedNumber, countryIso, geocode,
73 CharSequence formattedNumber, String countryIso, String geocode,
81 this.geocode = geocode;
PhoneCallDetailsHelper.java 107 numberFormattedLabel = details.geocode;
122 if (TextUtils.isEmpty(details.geocode)
126 numberText = details.geocode;
CallDetailActivity.java 617 final String geocode = callCursor.getString(GEOCODED_LOCATION_COLUMN_INDEX); local
654 formattedNumber, countryIso, geocode,
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 28 * Base class for geocode providers implemented as unbundled services.
30 * <p>Geocode providers can be implemented as services and return the result of
75 * Returns the Binder interface for the geocode provider.
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 51 // a network connection. This is why we try the geocode 5 times if it fails due
64 fail("Failed to geocode location " + MAX_NUM_RETRIES + " times.");
104 // a network connection. This is why we try the geocode 5 times if it fails due
117 fail("Failed to geocode location name " + MAX_NUM_RETRIES + " times.");
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js 8 var url = 'https://maps.googleapis.com/maps/api/geocode/json?address=' +
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 44 throw new IOException("Simulated geocode exception");
60 throw new IOException("Simulated geocode exception");
  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 180 assertLabelEquals("Pennsylvania"); // The geocode is shown as the label.
186 assertLabelEquals("-"); // The empty geocode is shown as the label.
192 assertLabelEquals("-"); // The empty geocode is shown as the label.
197 assertLabelEquals("-"); // The empty geocode is shown as the label.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 601 final String geocode = c.getString(CallLogQuery.GEOCODED_LOCATION); local
606 formattedNumber, countryIso, geocode, callTypes, date,
610 formattedNumber, countryIso, geocode, callTypes, date,
    [all...]
  /frameworks/base/docs/html/training/location/
display-address.jd 173 // If the reverse geocode returned an address
  /external/chromium_org/chrome/test/perf/
memory_test.cc 306 "http://maps.google.com/maps?f=q&hl=en&geocode=&q=1600+amphitheater+parkway,+mountain+view,+ca&ie=UTF8&z=13",
  /frameworks/base/core/res/res/values/
config.xml     [all...]

Completed in 352 milliseconds