Searched refs:getDoubleValues (Results 1 – 4 of 4) sorted by relevance
76 .getDoubleValues()) in testPropertyParcel_onePropertySet_success()310 assertThat(propertyMap.get("propDoubles").getDoubleValues()).isEqualTo(doubleArray); in testRecreateFromParcelWithParentTypes()
114 public double @Nullable [] getDoubleValues() { in getDoubleValues() method in PropertyParcel
399 } else if (propertyParcel.getDoubleValues() != null) { in getRawPropertyFromRawDocument()400 double[] doubleValues = propertyParcel.getDoubleValues(); in getRawPropertyFromRawDocument()
200 values[j] = property.getDoubleValues(j); in toGenericDocument()