Searched refs:resourceValue (Results 1 – 1 of 1) sorted by relevance
107 Optional<String> resourceValue = Optional.empty(); in getResourceIdIfAdServicesProperty() local117 resourceValue = Optional.ofNullable(attributeVal); in getResourceIdIfAdServicesProperty()122 if (isAdServicesProperty && resourceValue.isPresent()) break; in getResourceIdIfAdServicesProperty()127 if (resourceValue.isEmpty()) { in getResourceIdIfAdServicesProperty()132 final String rawResourceVal = resourceValue.get(); in getResourceIdIfAdServicesProperty()