Searched refs:mDevicePolicyList (Results 1 – 1 of 1) sorted by relevance
30 private final List<DevicePolicy> mDevicePolicyList; field in DevicePolicyGroup34 mDevicePolicyList = devicePolicyList; in DevicePolicyGroup()42 return mDevicePolicyList; in getDevicePolicyList()57 if (this.mDevicePolicyList == that.mDevicePolicyList) { in equals()60 if (this.mDevicePolicyList == null || that.mDevicePolicyList == null in equals()61 || this.mDevicePolicyList.size() != that.mDevicePolicyList.size()) { in equals()64 for (int i = 0; i < this.mDevicePolicyList.size(); i++) { in equals()65 if (!(this.mDevicePolicyList.get(i).equals(that.mDevicePolicyList.get(i)))) { in equals()74 return Objects.hash(mGroupTitleTextId, mDevicePolicyList); in hashCode()84 private final List<DevicePolicy> mDevicePolicyList = new ArrayList<>(); field in DevicePolicyGroup.Builder[all …]