Searched refs:verifyRaEvent (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
H A D | ApfTest.java | 1990 private void verifyRaEvent(RaEvent expected) { in verifyRaEvent() method in ApfTest 2071 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, -1)); in testApfFilterRa() 2101 verifyRaEvent(new RaEvent( in testApfFilterRa() 2111 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, RDNSS_LIFETIME, -1)); in testApfFilterRa() 2121 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, lowLifetime, -1)); in testApfFilterRa() 2129 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, ROUTE_LIFETIME, -1, -1)); in testApfFilterRa() 2150 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, DNSSL_LIFETIME)); in testApfFilterRa() 2154 verifyRaEvent(new RaEvent(1800, 600, 300, 1200, 7200, -1)); in testApfFilterRa()
|