Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java336 PropertyParcel propertyParcel = (PropertyParcel) currentElementValue; in getRawPropertyFromRawDocument() local
340 if (propertyParcel.getStringValues() != null) { in getRawPropertyFromRawDocument()
341 String[] stringValues = propertyParcel.getStringValues(); in getRawPropertyFromRawDocument()
345 } else if (propertyParcel.getLongValues() != null) { in getRawPropertyFromRawDocument()
346 long[] longValues = propertyParcel.getLongValues(); in getRawPropertyFromRawDocument()
350 } else if (propertyParcel.getDoubleValues() != null) { in getRawPropertyFromRawDocument()
351 double[] doubleValues = propertyParcel.getDoubleValues(); in getRawPropertyFromRawDocument()
355 } else if (propertyParcel.getBooleanValues() != null) { in getRawPropertyFromRawDocument()
356 boolean[] booleanValues = propertyParcel.getBooleanValues(); in getRawPropertyFromRawDocument()
360 } else if (propertyParcel.getBytesValues() != null) { in getRawPropertyFromRawDocument()
[all …]