Home
last modified time | relevance | path

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

/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1612 Method swapBooleanArray = arraySwapMethod(BOOLEAN_ARRAY, TypeId.BOOLEAN); in testReadAndWriteArray() local
1614 assertEquals(false, swapBooleanArray.invoke(null, booleans, 1, true)); in testReadAndWriteArray()