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 295 public static class InvalidRaException extends Exception {
296 public InvalidRaException(String m) {
449 Ra(byte[] packet, int length) throws InvalidRaException {
451 throw new InvalidRaException("Not an ICMP6 router advertisement");
462 throw new InvalidRaException("Not an ICMP6 router advertisement");
528 throw new InvalidRaException(String.format(
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java     [all...]

Completed in 56 milliseconds