Merge "Updating javadoc for DPM apis" into nyc-dev

am: ff29237e89

* commit 'ff29237e895188e99106899806613aaa01656fdd':
  Updating javadoc for DPM apis
This commit is contained in:
Suprabh Shukla
2016-03-15 23:23:19 +00:00
committed by android-build-merger
2 changed files with 890 additions and 828 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -75,7 +75,9 @@ public abstract class DevicePolicyManagerInternal {
/**
* Checks if a given package has a device or a profile owner for the given user.
* </br><em>Does <b>not</b> support negative userIds like {@link UserHandle#USER_ALL}</em>
* <p>
* <em>Note: does <b>not</b> support negative userIds like {@link UserHandle#USER_ALL}</em>
*
* @param packageName The package to check
* @param userId the userId to check for.
* @return true if package has a device or profile owner, false otherwise.