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 40 public final String geocode; field in class:PhoneCallDetails
94 CharSequence formattedNumber, String countryIso, String geocode,
96 this (number, numberPresentation, formattedNumber, countryIso, geocode,
102 CharSequence formattedNumber, String countryIso, String geocode,
105 this(number, numberPresentation, formattedNumber, countryIso, geocode, callTypes, date,
112 CharSequence formattedNumber, String countryIso, String geocode,
121 this.geocode = geocode;
CallDetailActivity.java 505 * Determines the location geocode text for a call, or the phone number type
516 return details.geocode;
540 final String geocode = callCursor.getString(GEOCODED_LOCATION_COLUMN_INDEX); local
590 formattedNumber, countryIso, geocode,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 765 final String geocode = c.getString(CallLogQuery.GEOCODED_LOCATION); local
789 geocode, callTypes, date, duration, accountHandle, features, dataUsage,
793 geocode, callTypes, date, duration, name, ntype, label, lookupUri, photoUri,
    [all...]

Completed in 1526 milliseconds