Home | History | Annotate | Download | only in admin

Lines Matching refs:ownerName

2700      * @param ownerName the human readable name of the institution that owns this device.
2705 public boolean setDeviceOwner(String packageName, String ownerName)
2709 return mService.setDeviceOwner(packageName, ownerName);
2934 * @param ownerName The user-visible name of the entity that is managing this user.
2940 ownerName)
2946 return mService.setProfileOwner(admin, ownerName, myUserId);
3000 * @param ownerName the human readable name of the organisation associated with this DPM.
3006 public boolean setProfileOwner(@NonNull ComponentName admin, @Deprecated String ownerName,
3013 if (ownerName == null) {
3014 ownerName = "";
3016 return mService.setProfileOwner(admin, ownerName, userHandle);
3677 * @param ownerName the human readable name of the organisation associated with this DPM.
3690 String ownerName, @NonNull ComponentName profileOwnerComponent, Bundle adminExtras) {
3692 return mService.createAndInitializeUser(admin, name, ownerName, profileOwnerComponent,