Searched refs:isOrganizationOwnedDevice (Results 1 – 3 of 3) sorted by relevance
514 public boolean isOrganizationOwnedDevice; field in OwnersData.OwnerInfo517 String remoteBugreportHash, boolean isOrganizationOwnedDevice) { in OwnerInfo() argument522 this.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in OwnerInfo()536 if (isOrganizationOwnedDevice) { in writeToXml()538 null, ATTR_PROFILE_OWNER_OF_ORG_OWNED_DEVICE, isOrganizationOwnedDevice); in writeToXml()573 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()
457 mOrganizationOwnedDevice = whitelistIpcs(this::isOrganizationOwnedDevice); in updateOrganizedOwnedDevice()721 private boolean isOrganizationOwnedDevice() { in isOrganizationOwnedDevice() method in KeyguardIndicationController