Home
last modified time | relevance | path

Searched defs:throwsIfOutOfBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/device/com/android/net/module/util/async/
DAssertions.java29 public static void throwsIfOutOfBounds(int totalLength, int pos, int len) { in throwsIfOutOfBounds() method in Assertions
36 public static void throwsIfOutOfBounds(byte[] buffer, int pos, int len) { in throwsIfOutOfBounds() method in Assertions
/frameworks/base/core/java/com/android/internal/util/
DArrayUtils.java803 public static void throwsIfOutOfBounds(int len, int offset, int count) { in throwsIfOutOfBounds() method in ArrayUtils