Searched defs:attributeMap (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
H A DAndroidTargetData.java105 * @param attributeMap the map
107 public void setAttributeMap(@NonNull Map<String, AttributeInfo> attributeMap) { argument
108 mAttributeMap = attributeMap;

Completed in 406 milliseconds