Searched refs:propertyIndex (Results 1 – 2 of 2) sorted by relevance
644 private void throwIfDefaultAlreadySpecified(int propertyIndex) { in throwIfDefaultAlreadySpecified() argument645 if (mPrototype.mDefaults[propertyIndex] != DEFAULT_UNDEFINED) { in throwIfDefaultAlreadySpecified()
1532 uint16_t propertyIndex = association.index; in attachProperty() local1533 if (propertyIndex >= mItemProperties.size()) { in attachProperty()1534 ALOGW("Ignoring invalid property index %d", propertyIndex); in attachProperty()1539 propertyIndex, association.itemId); in attachProperty()1541 mItemProperties[propertyIndex]->attachTo(mItemIdToItemMap.editValueAt(itemIndex)); in attachProperty()