Searched refs:mBooleanValues (Results 1 – 2 of 2) sorted by relevance
62 private final boolean[] mBooleanValues; field in PropertyParcel92 mBooleanValues = booleanValues; in PropertyParcel()126 return mBooleanValues; in getBooleanValues()163 if (mBooleanValues != null) { in getValues()164 return mBooleanValues; in getValues()194 if (mBooleanValues != null) { in checkOnlyOneArrayCanBeSet()222 } else if (mBooleanValues != null) { in hashCode()223 hashCode = Arrays.hashCode(mBooleanValues); in hashCode()251 && Arrays.equals(mBooleanValues, otherPropertyParcel.mBooleanValues) in equals()268 private boolean[] mBooleanValues; field in PropertyParcel.Builder[all …]
23 private HashMap<Integer, Boolean> mBooleanValues; field in MockResources31 mBooleanValues = new HashMap<Integer, Boolean>(); in MockResources()41 if (mBooleanValues.containsKey(id)) { in getBoolean()42 return mBooleanValues.get(id); in getBoolean()99 mBooleanValues.put(id, value); in setBoolean()