HomeSort by relevance Sort by last modified time
    Searched defs:removeInt (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
ArrayUtilsTest.java 106 assertNull(ArrayUtils.removeInt(null, 1));
108 ArrayUtils.removeInt(new int[] { }, 1));
110 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 4));
112 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 1));
114 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 2));
116 ArrayUtils.removeInt(new int[] { 1, 2, 3}, 3));
118 ArrayUtils.removeInt(new int[] { 1, 2, 3, 1 }, 1));
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 373 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 156 milliseconds