Searched refs:verifyRaEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/net/java/android/net/apf/ |
D | ApfTest.java | 1018 private void verifyRaEvent(RaEvent expected) { in verifyRaEvent() method in ApfTest 1079 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, -1)); in testApfFilterRa() 1107 verifyRaEvent(new RaEvent( in testApfFilterRa() 1119 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, RDNSS_LIFETIME, -1)); in testApfFilterRa() 1130 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, ROUTE_LIFETIME, -1, -1)); in testApfFilterRa() 1141 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, DNSSL_LIFETIME)); in testApfFilterRa()
|