Merge "Update the java doc to match the behavior" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
390e76d7a4
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user