HomeSort by relevance Sort by last modified time
    Searched refs:InvalidRaException (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 462 public static class InvalidRaException extends Exception {
463 public InvalidRaException(String m) {
612 // Note that this parses RA and may throw InvalidRaException (from
616 Ra(byte[] packet, int length) throws InvalidRaException {
618 throw new InvalidRaException("Not an ICMP6 router advertisement");
629 throw new InvalidRaException("Not an ICMP6 router advertisement");
700 throw new InvalidRaException(String.format(
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java     [all...]

Completed in 377 milliseconds