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

  /packages/apps/Dialer/src/com/android/dialer/
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;
CallDetailActivity.java 606 final String geocode = callCursor.getString(GEOCODED_LOCATION_COLUMN_INDEX); local
641 return new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 593 final String geocode = c.getString(CallLogQuery.GEOCODED_LOCATION); local
596 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
600 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
    [all...]

Completed in 1649 milliseconds