Searched refs:getBag (Results 1 – 2 of 2) sorted by relevance
1977 const bool first = e->getBag().indexOfKey(bagKey) < 0; in addBag()2131 ssize_t idx = entry->getBag().indexOfKey(formatKey16); in makeAttribute()2136 const Item& formatItem = entry->getBag().valueAt(idx); in makeAttribute()2484 const size_t N = e->getBag().size(); in getAttributeKeys()2486 const String16& key = e->getBag().keyAt(i); in getAttributeKeys()2504 const size_t N = e->getBag().size(); in getAttributeEnum()2508 if (e->getBag().keyAt(i) == nameStr) { in getAttributeEnum()2509 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()2527 const size_t N = e->getBag().size(); in getAttributeFlags()2542 if (e->getBag().keyAt(i) == nameStr) { in getAttributeFlags()[all …]
377 const KeyedVector<String16, Item>& getBag() const { return mBag; } in getBag() function