Searched refs:notAnArray (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java42 private static IllegalArgumentException notAnArray(Object o) { method in class:Array
54 throw notAnArray(array);
101 throw notAnArray(array);
396 throw notAnArray(array);

Completed in 67 milliseconds