Searched refs:getBag (Results 1 – 2 of 2) sorted by relevance
1985 const bool first = e->getBag().indexOfKey(bagKey) < 0; in addBag()2139 ssize_t idx = entry->getBag().indexOfKey(formatKey16); in makeAttribute()2144 const Item& formatItem = entry->getBag().valueAt(idx); in makeAttribute()2494 const size_t N = e->getBag().size(); in getAttributeKeys()2496 const String16& key = e->getBag().keyAt(i); in getAttributeKeys()2514 const size_t N = e->getBag().size(); in getAttributeEnum()2518 if (e->getBag().keyAt(i) == nameStr) { in getAttributeEnum()2519 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()2537 const size_t N = e->getBag().size(); in getAttributeFlags()2552 if (e->getBag().keyAt(i) == nameStr) { in getAttributeFlags()[all …]
380 const KeyedVector<String16, Item>& getBag() const { return mBag; } in getBag() function