Searched refs:mRestrictions (Results 1 – 1 of 1) sorted by relevance
136 private RestrictionEntry[] mRestrictions; field in RestrictionEntry362 return mRestrictions; in getRestrictions()371 mRestrictions = restrictions; in setRestrictions()463 && mRestrictions == null && other.mRestrictions == null in equals()468 && mRestrictions == null && other.mRestrictions == null in equals()474 && Arrays.equals(mRestrictions, other.mRestrictions)) { in equals()492 } else if (mRestrictions != null) { in hashCode()493 result = 31 * result + Arrays.hashCode(mRestrictions); in hashCode()509 mRestrictions = new RestrictionEntry[parcelables.length]; in RestrictionEntry()511 mRestrictions[i] = (RestrictionEntry) parcelables[i]; in RestrictionEntry()[all …]