Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/test/
H A DPrimitiveArrayTests.java592 assertThat(nativeTestCopiedPinnedArray(array)).isTrue(); in testCopiedPinnedArray()
604 private native boolean nativeTestCopiedPinnedArray(int[] array); in nativeTestCopiedPinnedArray() method in PrimitiveArrayTests