Searched refs:getMetadataValue (Results 1 – 2 of 2) sorted by relevance
236 return getMetadataValue(SERVICE_META_DATA_KEY_AVAILABLE_ALGORITHMS, in getAvailableAlgorithms()245 … return getMetadataValue(SERVICE_META_DATA_KEY_DEFAULT_ALGORITHM, (res, id) -> res.getString(id)); in getDefaultAlgorithm()249 private <T> T getMetadataValue(String field, MetadataParser<T> parser) { in getMetadataValue() method in FieldClassificationStrategy
421 return getMetadataValue(appInstallMetadata, getKey()).contains(mValue); in matches()487 private static List<String> getMetadataValue( in getMetadataValue() method in AtomicFormula.StringAtomicFormula