HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_NAME (Results 1 - 25 of 41) sorted by null

1 2

  /sdk/apigenerator/src/com/android/apigenerator/
XmlApiParser.java 40 private final static String ATTR_NAME = "name";
63 mParserState.addPackage(attributes.getValue(ATTR_NAME));
66 mParserState.addClass(attributes.getValue(ATTR_NAME));
74 mParserState.addInterface(attributes.getValue(ATTR_NAME));
77 mParserState.addField(attributes.getValue(ATTR_NAME));
99 mParserState.startNewMethod(attributes.getValue(ATTR_NAME),
EnumParser.java 44 private final static String ATTR_NAME = "name";
71 String name = attributes.getValue(ATTR_NAME);
77 String name = attributes.getValue(ATTR_NAME);
83 String name = attributes.getValue(ATTR_NAME);
89 String name = attributes.getValue(ATTR_NAME);
95 String name = attributes.getValue(ATTR_NAME);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiParser.java 39 private final static String ATTR_NAME = "name";
66 String name = attributes.getValue(ATTR_NAME);
72 String name = attributes.getValue(ATTR_NAME);
78 String name = attributes.getValue(ATTR_NAME);
84 String name = attributes.getValue(ATTR_NAME);
90 String name = attributes.getValue(ATTR_NAME);
StyleCycleDetector.java 19 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
80 String name = element.getAttribute(ATTR_NAME);
RegistrationDetector.java 20 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
122 String className = element.getAttributeNS(ANDROID_URI, ATTR_NAME);
OverdrawDetector.java 21 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
376 String name = element.getAttributeNS(ANDROID_URI, ATTR_NAME);
403 String styleName = element.getAttribute(ATTR_NAME);
424 String name = item.getAttribute(ATTR_NAME);
ArraySizeDetector.java 20 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
228 Attr attribute = element.getAttributeNode(ATTR_NAME);
WrongIdDetector.java 22 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
270 String name = element.getAttribute(ATTR_NAME);
TranslationDetector.java 20 import static com.android.tools.lint.detector.api.LintConstants.ATTR_NAME;
414 Attr attribute = element.getAttributeNode(ATTR_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FragmentRule.java 19 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
36 new PropertySettingNodeHandler(ANDROID_URI, ATTR_NAME,
LayoutConstants.java 125 public static final String ATTR_NAME = "name"; //$NON-NLS-1$
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 149 private static final String ATTR_NAME = "name";
183 arrayName = parser.getAttributeValue(null, ATTR_NAME);
186 if (!parsingArray) name = parser.getAttributeValue(null, ATTR_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
58 id = getAttributeNS(e, ANDROID_URI, ATTR_NAME);
60 id = e.getAttribute(ATTR_NAME);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 107 private static final String[] ATTR_NAME = {
116 sb.append(ATTR_NAME[j] + value[0] + " ");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 114 public static final String ATTR_NAME = "name"; //$NON-NLS-1$
LayoutDeviceHandler.java 83 String deviceName = attributes.getValue("", LayoutDevicesXsd.ATTR_NAME);
101 String deviceName = attributes.getValue("", LayoutDevicesXsd.ATTR_NAME);
LayoutDevice.java 106 deviceNode.setAttribute(LayoutDevicesXsd.ATTR_NAME, mName);
155 configNode.setAttribute(LayoutDevicesXsd.ATTR_NAME, configName);
  /sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java 37 private final static String ATTR_NAME = "name";
101 String name = attributes.getValue(ATTR_NAME);
128 String name = attributes.getValue(ATTR_NAME);
171 String name = attributes.getValue(ATTR_NAME);
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
StringResourceMap.java 79 private static final String ATTR_NAME = "name";
105 mName = attr.getValue(ATTR_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 23 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
254 if (ATTR_NAME.equals(name)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
431 String name = ((Element) node).getAttributeNS(ANDROID_URI, ATTR_NAME);
452 usesPermission.setAttributeValue(ATTR_NAME, ANDROID_URI, permission,
492 String name = ((Element) node).getAttributeNS(ANDROID_URI, ATTR_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 21 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
477 ATTR_NAME, ANDROID_URI,
478 new AttributeInfo(ATTR_NAME, Format.STRING_SET),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 21 import static com.android.ide.common.layout.LayoutConstants.ATTR_NAME;
182 fqcn = element.getAttributeNS(ANDROID_URI, ATTR_NAME);
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 92 private static final String ATTR_NAME = "name";
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 137 public static final String ATTR_NAME = "name"; //$NON-NLS-1$

Completed in 800 milliseconds

1 2