Loading core/java/android/app/admin/DevicePolicyManager.java +887 −827 File changed.Preview size limit exceeded, changes collapsed. Show changes core/java/android/app/admin/DevicePolicyManagerInternal.java +3 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +887 −827 File changed.Preview size limit exceeded, changes collapsed. Show changes
core/java/android/app/admin/DevicePolicyManagerInternal.java +3 −1 Original line number Diff line number Diff line Loading @@ -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. Loading