Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAndroidManifestConfigParser.java107 Optional<String> resourceValue = Optional.empty(); in getResourceIdIfAdServicesProperty() local
117 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()