Searched refs:getLongValues (Results 1 – 3 of 3) sorted by relevance
70 .getLongValues()) in testPropertyParcel_onePropertySet_success()309 assertThat(propertyMap.get("propLongs").getLongValues()).isEqualTo(longArray); in testRecreateFromParcelWithParentTypes()
109 public long @Nullable [] getLongValues() { in getLongValues() method in PropertyParcel
394 } else if (propertyParcel.getLongValues() != null) { in getRawPropertyFromRawDocument()395 long[] longValues = propertyParcel.getLongValues(); in getRawPropertyFromRawDocument()