Searched refs:getDoubleValues (Results 1 – 4 of 4) sorted by relevance
63 .getDoubleValues()) in testPropertyParcel_onePropertySet_success()279 assertThat(propertyMap.get("propDoubles").getDoubleValues()).isEqualTo(doubleArray); in testRecreateFromParcelWithParentTypes()
119 public double[] getDoubleValues() { in getDoubleValues() method in PropertyParcel
350 } else if (propertyParcel.getDoubleValues() != null) { in getRawPropertyFromRawDocument()351 double[] doubleValues = propertyParcel.getDoubleValues(); in getRawPropertyFromRawDocument()
192 values[j] = property.getDoubleValues(j); in toGenericDocument()