Searched refs:extractedValue (Results 1 – 1 of 1) sorted by relevance
389 Object extractedValue = null; in getRawPropertyFromRawDocument() local393 extractedValue = Arrays.copyOfRange(stringValues, index, index + 1); in getRawPropertyFromRawDocument()398 extractedValue = Arrays.copyOfRange(longValues, index, index + 1); in getRawPropertyFromRawDocument()403 extractedValue = Arrays.copyOfRange(doubleValues, index, index + 1); in getRawPropertyFromRawDocument()408 extractedValue = Arrays.copyOfRange(booleanValues, index, index + 1); in getRawPropertyFromRawDocument()414 extractedValue = bundles.subList(index, index + 1); in getRawPropertyFromRawDocument()421 extractedValue = (Bundle) bundles[index]; in getRawPropertyFromRawDocument()426 firstElementValue = extractedValue; in getRawPropertyFromRawDocument()