Searched refs:mCurrentValues (Results 1 – 1 of 1) sorted by relevance
130 private String[] mCurrentValues; field in RestrictionEntry179 this.mCurrentValues = selectedStrings; in RestrictionEntry()276 return mCurrentValues; in getAllSelectedStrings()327 mCurrentValues = allSelectedStrings; in setAllSelectedStrings()462 if (mCurrentValues == null && other.mCurrentValues == null in equals()469 && Arrays.equals(mCurrentValues, other.mCurrentValues)) { in equals()486 } else if (mCurrentValues != null) { in hashCode()487 for (String value : mCurrentValues) { in hashCode()506 mCurrentValues = in.readStringArray(); in RestrictionEntry()530 dest.writeStringArray(mCurrentValues); in writeToParcel()[all …]