Home
last modified time | relevance | path

Searched refs:InvalidRaException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java295 public static class InvalidRaException extends Exception { class in ApfFilter
296 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException
449 Ra(byte[] packet, int length) throws InvalidRaException { in Ra()
451 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
462 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()
528 throw new InvalidRaException(String.format( in Ra()
/frameworks/base/tests/net/java/android/net/apf/
DApfTest.java1192 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()