Searched refs:allowBypass (Results 1 – 6 of 6) sorted by relevance
36 public boolean allowBypass; field in NetworkMisc85 allowBypass = nm.allowBypass; in NetworkMisc()101 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()113 networkMisc.allowBypass = in.readInt() != 0;
791 public Builder allowBypass() { in allowBypass() method in VpnService.Builder792 mConfig.allowBypass = true; in allowBypass()
104 public boolean allowBypass; field in VpnConfig166 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()193 config.allowBypass = in.readInt() != 0;226 .append(", allowBypass=").append(allowBypass) in toString()
943 if (oldConfig.allowBypass != mConfig.allowBypass) { in updateLinkPropertiesInPlaceIfPossible()975 networkMisc.allowBypass = mConfig.allowBypass && !mLockdown; in agentConnect()
3086 || !networkAgent.networkMisc.allowBypass)); in createNativeNetwork()5890 && !nai.networkMisc.allowBypass in requiresVpnIsolation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...