Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
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()
391 String[] stringValues = (String[]) firstElementValue; in getRawPropertyFromRawDocument()
395 } else if (firstElementValue instanceof long[]) { in getRawPropertyFromRawDocument()
396 long[] longValues = (long[]) firstElementValue; in getRawPropertyFromRawDocument()
400 } else if (firstElementValue instanceof double[]) { in getRawPropertyFromRawDocument()
[all …]