Searched refs:verifyRaEvent (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 1978 private void verifyRaEvent(RaEvent expected) { in verifyRaEvent() method in ApfTest 2059 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, -1)); in testApfFilterRa() 2089 verifyRaEvent(new RaEvent( in testApfFilterRa() 2099 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, RDNSS_LIFETIME, -1)); in testApfFilterRa() 2109 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, lowLifetime, -1)); in testApfFilterRa() 2117 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, ROUTE_LIFETIME, -1, -1)); in testApfFilterRa() 2138 verifyRaEvent(new RaEvent(ROUTER_LIFETIME, -1, -1, -1, -1, DNSSL_LIFETIME)); in testApfFilterRa() 2142 verifyRaEvent(new RaEvent(1800, 600, 300, 1200, 7200, -1)); in testApfFilterRa()
|