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

  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
ArrayUtilsTest.java 143 assertNull(ArrayUtils.removeLong(null, 1));
145 ArrayUtils.removeLong(new long[] { }, 1));
147 ArrayUtils.removeLong(new long[] { 1, 2, 3}, 4));
149 ArrayUtils.removeLong(new long[] { 1, 2, 3}, 1));
151 ArrayUtils.removeLong(new long[] { 1, 2, 3}, 2));
153 ArrayUtils.removeLong(new long[] { 1, 2, 3}, 3));
155 ArrayUtils.removeLong(new long[] { 1, 2, 3, 1 }, 1));
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 390 public static @Nullable long[] removeLong(@Nullable long[] cur, long val) {
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 58 milliseconds