Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/test/
H A DPrimitiveArrayTests.java102 assertThat(nativeTestGetSetCharArray(array)).isTrue(); in testGetSetCharArray()
109 private static native boolean nativeTestGetSetCharArray(char[] array); in nativeTestGetSetCharArray() method in PrimitiveArrayTests