Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/test/
H A DPrimitiveArrayTests.java262 assertThat(nativeTestPinLongArray(longArray)).isTrue(); in testPinLongArray()
269 private static native boolean nativeTestPinLongArray(long[] array); in nativeTestPinLongArray() method in PrimitiveArrayTests