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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 39 public String geocode; field in class:PhoneCallDetails
CallDetailActivity.java 187 * Determines the location geocode text for a call, or the phone number type
198 return details.geocode;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java 191 if (TextUtils.isEmpty(details.name) && !TextUtils.isEmpty(details.geocode)) {
192 numberFormattedLabel = details.geocode;
CallLogAsyncTaskUtil.java 179 details.geocode = cursor.getString(CallDetailQuery.GEOCODED_LOCATION_COLUMN_INDEX);
CallLogAdapter.java 504 details.geocode = c.getString(CallLogQuery.GEOCODED_LOCATION);
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java 54 /** Empty geocode label */
205 assertLabelEquals("Pennsylvania"); // The geocode is shown as the label.
211 assertLabelEquals(EMPTY_GEOCODE); // The empty geocode is shown as the label.
217 assertLabelEquals(EMPTY_GEOCODE); // The empty geocode is shown as the label.
222 assertLabelEquals(EMPTY_GEOCODE); // The empty geocode is shown as the label.
334 details.geocode = geocodedLocation;
391 details.geocode = TEST_GEOCODE;
CallLogListItemHelperTest.java 320 details.geocode = TEST_GEOCODE;

Completed in 93 milliseconds