Lines Matching refs:getBag
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()
2555 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4399 const size_t N = e->getBag().size(); in getItem()
4401 const Item& it = e->getBag().valueAt(i); in getItem()
4405 String8(e->getBag().keyAt(i)).c_str()); in getItem()
4424 const size_t N = e->getBag().size(); in getItemValue()
4427 if (&e->getBag().valueAt(i) == item) { in getItemValue()
4433 String8(e->getBag().keyAt(i)).c_str()); in getItemValue()
4653 const KeyedVector<String16, Item>& bag = e->getBag(); in modifyForCompat()