Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/net/
DRouteInfoTest.java74 private final RouteInfo mRouteInfo; in testMatches() field in RouteInfoTest.PatchedRouteInfo
77 mRouteInfo = new RouteInfo(destination, gateway, iface); in testMatches()
81 return mRouteInfo.matches(destination); in testMatches()