Searched refs:geocode (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ |
D | PhoneCallDetails.java | 34 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()
|
D | PhoneCallDetailsHelper.java | 111 if (TextUtils.isEmpty(details.geocode) in setPhoneCallDetails() 115 numberText = details.geocode; in setPhoneCallDetails()
|
D | CallDetailActivity.java | 602 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/ |
D | CallLogAdapter.java | 594 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()
|