Searched refs:mCurrentValues (Results 1 – 4 of 4) sorted by relevance
47 auto sizeResult = mCurrentValues.find("size"); in processElement()48 if (sizeResult != mCurrentValues.end()) { in processElement()53 mCurrentValues.clear(); in processElement()58 auto purgeableResult = mCurrentValues.find("purgeable_size"); in processElement()59 if (purgeableResult != mCurrentValues.end()) { in processElement()66 auto typeResult = mCurrentValues.find("type"); in processElement()67 if (typeResult != mCurrentValues.end()) { in processElement()81 auto categoryResult = mCurrentValues.find(mCategoryKey); in processElement()82 if (categoryResult != mCurrentValues.end()) { in processElement()93 mCurrentValues.clear(); in processElement()[all …]
80 std::unordered_map<const char*, TraceValue> mCurrentValues; variable
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 …]
16926 Landroid/content/RestrictionEntry;->mCurrentValues:[Ljava/lang/String;