Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DPlatformVpnProfile.java65 protected final boolean mExcludeLocalRoutes; field in PlatformVpnProfile
73 mExcludeLocalRoutes = excludeLocalRoutes; in PlatformVpnProfile()
87 return mExcludeLocalRoutes; in areLocalRoutesExcluded()
DIkev2VpnProfile.java457 mExcludeLocalRoutes, in hashCode()
486 && mExcludeLocalRoutes == other.mExcludeLocalRoutes in equals()
504 mIsRestrictedToTestNetworks, mExcludeLocalRoutes, mRequiresInternetValidation, in toVpnProfile()
812 private boolean mExcludeLocalRoutes = false; field in Ikev2VpnProfile.Builder
1174 mExcludeLocalRoutes = excludeLocalRoutes; in setLocalRoutesExcluded()
1202 mExcludeLocalRoutes, in build()