Searched refs:propertyIndex (Results 1 – 2 of 2) sorted by relevance
642 private void throwIfDefaultAlreadySpecified(int propertyIndex) { in throwIfDefaultAlreadySpecified() argument643 if (mPrototype.mDefaults[propertyIndex] != DEFAULT_UNDEFINED) { in throwIfDefaultAlreadySpecified()
1470 uint16_t propertyIndex = association.index; in attachProperty() local1471 if (propertyIndex >= mItemProperties.size()) { in attachProperty()1472 ALOGW("Ignoring invalid property index %d", propertyIndex); in attachProperty()1477 propertyIndex, association.itemId); in attachProperty()1479 mItemProperties[propertyIndex]->attachTo(mItemIdToItemMap.editValueAt(itemIndex)); in attachProperty()