Home
last modified time | relevance | path

Searched refs:geocode (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DPhoneCallDetails.java34 public final String geocode; field in PhoneCallDetails
63 String countryIso, String geocode, int[] callTypes, long date, long duration) { in PhoneCallDetails() argument
64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "", in PhoneCallDetails()
70 String countryIso, String geocode, int[] callTypes, long date, long duration, in PhoneCallDetails() argument
76 this.geocode = geocode; in PhoneCallDetails()
DPhoneCallDetailsHelper.java111 if (TextUtils.isEmpty(details.geocode) in setPhoneCallDetails()
115 numberText = details.geocode; in setPhoneCallDetails()
DCallDetailActivity.java602 final String geocode = callCursor.getString(GEOCODED_LOCATION_COLUMN_INDEX); in getPhoneCallDetailsForUri() local
637 return new PhoneCallDetails(number, formattedNumber, countryIso, geocode, in getPhoneCallDetailsForUri()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java594 final String geocode = c.getString(CallLogQuery.GEOCODED_LOCATION); in bindView() local
597 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode, in bindView()
601 details = new PhoneCallDetails(number, formattedNumber, countryIso, geocode, in bindView()