Searched refs:isOrganizationOwnedDevice (Results 1 – 3 of 3) sorted by relevance
549 public boolean isOrganizationOwnedDevice; field in OwnersData.OwnerInfo552 String remoteBugreportHash, boolean isOrganizationOwnedDevice) { in OwnerInfo() argument557 this.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in OwnerInfo()571 if (isOrganizationOwnedDevice) { in writeToXml()573 null, ATTR_PROFILE_OWNER_OF_ORG_OWNED_DEVICE, isOrganizationOwnedDevice); in writeToXml()608 pw.println("isOrganizationOwnedDevice=" + isOrganizationOwnedDevice); in dump()
349 ownerInfo.isOrganizationOwnedDevice); in transferProfileOwner()363 mData.mDeviceOwner.isOrganizationOwnedDevice); in transferDeviceOwnership()395 return profileOwner != null ? profileOwner.isOrganizationOwnedDevice : false; in isProfileOwnerOfOrganizationOwnedDevice()519 void setProfileOwnerOfOrganizationOwnedDevice(int userId, boolean isOrganizationOwnedDevice) { in setProfileOwnerOfOrganizationOwnedDevice() argument523 profileOwner.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in setProfileOwnerOfOrganizationOwnedDevice()
498 mOrganizationOwnedDevice = whitelistIpcs(this::isOrganizationOwnedDevice); in updateOrganizedOwnedDevice()797 private boolean isOrganizationOwnedDevice() { in isOrganizationOwnedDevice() method in KeyguardIndicationController