Home | History | Annotate | Download | only in admin

Lines Matching refs:ownerName

1610      * @param ownerName the human readable name of the institution that owns this device.
1616 public boolean setDeviceOwner(String packageName, String ownerName)
1620 return mService.setDeviceOwner(packageName, ownerName);