Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DGenericDocument.java344 Object firstElementValue; in getRawPropertyFromRawDocument() local
346 firstElementValue = properties.get(path); in getRawPropertyFromRawDocument()
349 firstElementValue = properties.get(name); in getRawPropertyFromRawDocument()
353 if (firstElementValue == null || controlIdx == -1) { in getRawPropertyFromRawDocument()
354 return firstElementValue; in getRawPropertyFromRawDocument()
390 if (firstElementValue instanceof String[]) { in getRawPropertyFromRawDocument()
395 } else if (firstElementValue instanceof long[]) { in getRawPropertyFromRawDocument()
410 } else if (firstElementValue instanceof List) { in getRawPropertyFromRawDocument()
426 firstElementValue = extractedValue; in getRawPropertyFromRawDocument()
432 return firstElementValue; in getRawPropertyFromRawDocument()
[all …]