Loading core/java/android/net/VpnManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ public class VpnManager { * Retrieve the VpnProfileState for the profile provisioned by the calling package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the calling package. * provisioned and started by the calling package. */ @Nullable public VpnProfileState getProvisionedVpnProfileState() { Loading services/core/java/com/android/server/VpnManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ public class VpnManagerService extends IVpnManager.Stub { * Retrieve the VpnProfileState for the profile provisioned by the given package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the given package. * provisioned and started by the given package. * @hide */ @Override Loading services/core/java/com/android/server/connectivity/Vpn.java +1 −1 Original line number Diff line number Diff line Loading @@ -5012,7 +5012,7 @@ public class Vpn { * Retrieve the VpnProfileState for the profile provisioned by the given package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the given package. * provisioned and started by the given package. */ @Nullable public synchronized VpnProfileState getProvisionedVpnProfileState( Loading Loading
core/java/android/net/VpnManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ public class VpnManager { * Retrieve the VpnProfileState for the profile provisioned by the calling package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the calling package. * provisioned and started by the calling package. */ @Nullable public VpnProfileState getProvisionedVpnProfileState() { Loading
services/core/java/com/android/server/VpnManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ public class VpnManagerService extends IVpnManager.Stub { * Retrieve the VpnProfileState for the profile provisioned by the given package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the given package. * provisioned and started by the given package. * @hide */ @Override Loading
services/core/java/com/android/server/connectivity/Vpn.java +1 −1 Original line number Diff line number Diff line Loading @@ -5012,7 +5012,7 @@ public class Vpn { * Retrieve the VpnProfileState for the profile provisioned by the given package. * * @return the VpnProfileState with current information, or null if there was no profile * provisioned by the given package. * provisioned and started by the given package. */ @Nullable public synchronized VpnProfileState getProvisionedVpnProfileState( Loading