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

  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetails.java 34 public final String geocode; field in class:PhoneCallDetails
63 String countryIso, String geocode, int[] callTypes, long date, long duration) {
64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "",
70 String countryIso, String geocode, int[] callTypes, long date, long duration,
76 this.geocode = geocode;
PhoneCallDetailsHelper.java 110 if (TextUtils.isEmpty(details.geocode)
114 numberText = details.geocode;
CallDetailActivity.java 550 final String geocode = callCursor.getString(GEOCODED_LOCATION_COLUMN_INDEX); local
584 return new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 28 * An abstract superclass for geocode providers that are implemented
30 * Geocode providers can be implemented as services and return the result of
73 * Returns the Binder interface for the geocode provider.
  /packages/apps/Contacts/tests/src/com/android/contacts/
PhoneCallDetailsHelperTest.java 180 assertNumberEquals("Pennsylvania"); // The geocode is shown as the number.
186 assertNumberEquals("-"); // The empty geocode is shown as the number.
192 assertNumberEquals("-"); // The empty geocode is shown as the number.
197 assertNumberEquals("-"); // The empty geocode is shown as the number.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 526 final String geocode = c.getString(CallLogQuery.GEOCODED_LOCATION); local
529 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
533 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode,

Completed in 190 milliseconds