Searched refs:geolocation (Results 1 – 7 of 7) sorted by relevance
89 public abstract String geolocation(); in geolocation() method in CequintCallerIdManager.CequintCallerIdContact102 abstract Builder setGeolocation(@Nullable String geolocation); in setGeolocation() argument231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup() local237 LogUtil.sanitizePii(geolocation), in lookup()241 .setGeolocation(geolocation) in lookup()
160 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in buildCequintInfo()161 cequintInfoBuilder.setGeolocation(cequintCallerIdContact.geolocation()); in buildCequintInfo()
74 // Description of the number's geolocation (e.g., "Mountain View, CA").76 optional string geolocation = 13; field
574 File geolocation = null; in initializeSettings() local578 geolocation = getDir("geolocation", 0); in initializeSettings()585 settings.setGeolocationDatabasePath(geolocation.getPath()); in initializeSettings()
172 // Description of the geolocation (e.g., "Mountain View, CA")173 optional string geolocation = 2; field
631 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in updateFromCequintCallerId()632 info.geoDescription = cequintCallerIdContact.geolocation(); in updateFromCequintCallerId()
528 if (!TextUtils.isEmpty(cequintCallerIdContact.geolocation())) { in maybeUpdateFromCequintCallerId()529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()