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 32 import com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors.OtherXmlDescriptors;
84 private OtherXmlDescriptors mOtherXmlDescriptors;
104 OtherXmlDescriptors otherXmlDescriptors,
127 mOtherXmlDescriptors = otherXmlDescriptors;
228 public OtherXmlDescriptors getXmlDescriptors() {
AndroidTargetParser.java 32 import com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors.OtherXmlDescriptors;
218 OtherXmlDescriptors otherXmlDescriptors = new OtherXmlDescriptors();
219 otherXmlDescriptors.updateDescriptors(
277 otherXmlDescriptors,

Completed in 74 milliseconds