Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java373 Object currentElementValue = propertyMap.get(segment.getPropertyName()); in getRawPropertyFromRawDocument() local
374 if (currentElementValue == null) { in getRawPropertyFromRawDocument()
385 PropertyParcel propertyParcel = (PropertyParcel) currentElementValue; in getRawPropertyFromRawDocument()
433 "Unsupported value type: " + currentElementValue); in getRawPropertyFromRawDocument()
435 currentElementValue = extractedValue; in getRawPropertyFromRawDocument()
439 if (currentElementValue == null || i == path.size() - 1) { in getRawPropertyFromRawDocument()
440 if (currentElementValue != null && currentElementValue instanceof PropertyParcel) { in getRawPropertyFromRawDocument()
444 currentElementValue = ((PropertyParcel) currentElementValue).getValues(); in getRawPropertyFromRawDocument()
446 return currentElementValue; in getRawPropertyFromRawDocument()
451 if (currentElementValue instanceof GenericDocumentParcel) { in getRawPropertyFromRawDocument()
[all …]