Searched refs:allowBypass (Results 1 – 9 of 9) sorted by relevance
104 public boolean allowBypass; field in VpnConfig132 allowBypass = other.allowBypass; in VpnConfig()192 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()221 config.allowBypass = in.readInt() != 0;256 .append(", allowBypass=").append(allowBypass) in toString()
870 public Builder allowBypass() { in allowBypass() method in VpnService.Builder871 mConfig.allowBypass = true; in allowBypass()
1548 if (oldConfig.allowBypass != mConfig.allowBypass) { in updateLinkPropertiesInPlaceIfPossible()1589 final boolean bypassable = mConfig.allowBypass && !mLockdown; in agentConnect()3443 mConfig.allowBypass && !mLockdown, in updateVpnTransportInfoAndNetCap()4193 config.allowBypass = profile.isBypassable; in startVpnProfilePrivileged()
1689 argThat(config -> config.allowBypass), any(), any()); in testLockdown_enableDisableWhileConnected()1697 argThat(config -> !config.allowBypass), any(), any()); in testLockdown_enableDisableWhileConnected()1705 argThat(config -> config.allowBypass), any(), any()); in testLockdown_enableDisableWhileConnected()
22727 String currentRoleHolder, boolean allowBypass) {22730 if (policy.mBypassDevicePolicyManagementRoleQualifications != allowBypass) {22731 policy.mBypassDevicePolicyManagementRoleQualifications = allowBypass;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17469 method public android.net.VpnService.Builder allowBypass();
29075 method @NonNull public android.net.VpnService.Builder allowBypass();
72550 Lcom/android/internal/net/VpnConfig;->allowBypass:Z