Searched refs:allowBypass (Results 1 – 8 of 8) sorted by relevance
43 public boolean allowBypass; field in NetworkAgentConfig215 allowBypass = nac.allowBypass; in NetworkAgentConfig()358 return allowBypass == that.allowBypass in equals()372 return Objects.hash(allowBypass, explicitlySelected, acceptUnvalidated, in hashCode()380 + " allowBypass = " + allowBypass in toString()401 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()418 networkAgentConfig.allowBypass = in.readInt() != 0;
791 public Builder allowBypass() { in allowBypass() method in VpnService.Builder792 mConfig.allowBypass = true; in allowBypass()
105 public boolean allowBypass; field in VpnConfig171 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()198 config.allowBypass = in.readInt() != 0;231 .append(", allowBypass=").append(allowBypass) in toString()
1074 if (oldConfig.allowBypass != mConfig.allowBypass) {1107 networkAgentConfig.allowBypass = mConfig.allowBypass && !mLockdown;
3401 || !networkAgent.networkAgentConfig.allowBypass)); in createNativeNetwork()6425 && !nai.networkAgentConfig.allowBypass in requiresVpnIsolation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
17469 method public android.net.VpnService.Builder allowBypass();
30691 method @NonNull public android.net.VpnService.Builder allowBypass();