Searched refs:allowBypass (Results 1 – 8 of 8) sorted by relevance
36 public boolean allowBypass; field in NetworkMisc73 allowBypass = nm.allowBypass; in NetworkMisc()88 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()99 networkMisc.allowBypass = in.readInt() != 0;
725 public Builder allowBypass() { in allowBypass() method in VpnService.Builder726 mConfig.allowBypass = true; in allowBypass()
101 public boolean allowBypass; field in VpnConfig161 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()186 config.allowBypass = in.readInt() != 0;
906 if (oldConfig.allowBypass != mConfig.allowBypass) { in updateLinkPropertiesInPlaceIfPossible()947 networkMisc.allowBypass = mConfig.allowBypass && !mLockdown; in agentConnect()
5572 !networkAgent.networkMisc.allowBypass)); in updateNetworkInfo()
17469 method public android.net.VpnService.Builder allowBypass();
26166 Landroid/net/VpnService$Builder;->allowBypass()Landroid/net/VpnService$Builder;
27561 method public android.net.VpnService.Builder allowBypass();