HomeSort by relevance Sort by last modified time
    Searched refs:otherXmlDescriptors (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 35 import com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors.OtherXmlDescriptors;
87 private OtherXmlDescriptors mOtherXmlDescriptors;
129 OtherXmlDescriptors otherXmlDescriptors,
152 mOtherXmlDescriptors = otherXmlDescriptors;
253 public OtherXmlDescriptors getXmlDescriptors() {
AndroidTargetParser.java 33 import com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors.OtherXmlDescriptors;
220 OtherXmlDescriptors otherXmlDescriptors = new OtherXmlDescriptors();
221 otherXmlDescriptors.updateDescriptors(
279 otherXmlDescriptors,

Completed in 36 milliseconds