Searched refs:getBag (Results 1 – 2 of 2) sorted by relevance
1987 const bool first = e->getBag().indexOfKey(bagKey) < 0; in addBag()2141 ssize_t idx = entry->getBag().indexOfKey(formatKey16); in makeAttribute()2146 const Item& formatItem = entry->getBag().valueAt(idx); in makeAttribute()2495 const size_t N = e->getBag().size(); in getAttributeKeys()2497 const String16& key = e->getBag().keyAt(i); in getAttributeKeys()2515 const size_t N = e->getBag().size(); in getAttributeEnum()2519 if (e->getBag().keyAt(i) == nameStr) { in getAttributeEnum()2520 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()2538 const size_t N = e->getBag().size(); in getAttributeFlags()2553 if (e->getBag().keyAt(i) == nameStr) { in getAttributeFlags()[all …]
380 const KeyedVector<String16, Item>& getBag() const { return mBag; } in getBag() function