Searched refs:isOrganizationOwnedDevice (Results 1 – 2 of 2) sorted by relevance
349 ownerInfo.isOrganizationOwnedDevice); in transferProfileOwner()363 mDeviceOwner.isOrganizationOwnedDevice); in transferDeviceOwnership()398 return profileOwner != null ? profileOwner.isOrganizationOwnedDevice : false; in isProfileOwnerOfOrganizationOwnedDevice()543 profileOwner.isOrganizationOwnedDevice = true; in markProfileOwnerOfOrganizationOwnedDevice()962 public boolean isOrganizationOwnedDevice; field in Owners.OwnerInfo966 boolean isOrganizationOwnedDevice) { in OwnerInfo() argument973 this.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in OwnerInfo()978 boolean isOrganizationOwnedDevice) { in OwnerInfo() argument985 this.isOrganizationOwnedDevice = isOrganizationOwnedDevice; in OwnerInfo()1005 if (isOrganizationOwnedDevice) { in writeToXml()[all …]
236 if (whitelistIpcs(this::isOrganizationOwnedDevice)) { in updateDisclosure()250 private boolean isOrganizationOwnedDevice() { in isOrganizationOwnedDevice() method in KeyguardIndicationController