Searched refs:removeInt (Results 1 – 2 of 2) sorted by relevance
221 public static int[] removeInt(int[] cur, int val) { in removeInt() method in ArrayUtils
26 import static com.android.internal.util.ArrayUtils.removeInt;1602 cur = removeInt(cur, rem[i]); in removeInts()