Searched refs:getLongValues (Results 1 – 3 of 3) sorted by relevance
57 .getLongValues()) in testPropertyParcel_onePropertySet_success()278 assertThat(propertyMap.get("propLongs").getLongValues()).isEqualTo(longArray); in testRecreateFromParcelWithParentTypes()
113 public long[] getLongValues() { in getLongValues() method in PropertyParcel
345 } else if (propertyParcel.getLongValues() != null) { in getRawPropertyFromRawDocument()346 long[] longValues = propertyParcel.getLongValues(); in getRawPropertyFromRawDocument()