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

1 2 3 4 5

  /frameworks/base/core/java/android/util/
XmlPullAttributes.java 41 public String getAttributeValue(int index) {
42 return mParser.getAttributeValue(index);
45 public String getAttributeValue(String namespace, String name) {
46 return mParser.getAttributeValue(namespace, name);
60 getAttributeValue(namespace, attribute), options, defaultValue);
66 getAttributeValue(namespace, attribute), defaultValue);
72 getAttributeValue(namespace, attribute), defaultValue);
78 getAttributeValue(namespace, attribute), defaultValue);
84 getAttributeValue(namespace, attribute), defaultValue);
89 String s = getAttributeValue(namespace, attribute)
    [all...]
AttributeSet.java 84 public String getAttributeValue(int index);
96 public String getAttributeValue(String namespace, String name);
279 * Equivalent to getAttributeValue(null, "id").
287 * Equivalent to getAttributeValue(null, "class").
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 65 String value = parser.getAttributeValue(null, name);
79 String stringValue = parser.getAttributeValue(null, name);
92 return parser.getAttributeValue(null, name);
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 84 String value = getAttributeValue(namespace, attribute);
101 String value = getAttributeValue(namespace, attribute);
117 String value = getAttributeValue(namespace, attribute);
125 String value = getAttributeValue(namespace, attribute);
142 String value = getAttributeValue(namespace, attribute);
159 String s = getAttributeValue(namespace, attribute);
177 getAttributeValue(index), options, defaultValue);
182 String value = getAttributeValue(index);
198 String value = getAttributeValue(index);
205 String value = getAttributeValue(index)
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 140 mManifestData.mPackage = getAttributeValue(attributes,
145 String tmp = getAttributeValue(attributes,
159 value = getAttributeValue(attributes,
166 value = getAttributeValue(attributes,
175 mManifestData.setMinSdkVersionString(getAttributeValue(attributes,
178 mManifestData.setTargetSdkVersionString(getAttributeValue(attributes,
194 value = getAttributeValue(attributes,
202 value = getAttributeValue(attributes,
213 value = getAttributeValue(attributes,
243 value = getAttributeValue(attributes
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
VoiceMailConstants.java 102 String numeric = parser.getAttributeValue(null, "numeric");
103 data[NAME] = parser.getAttributeValue(null, "carrier");
104 data[NUMBER] = parser.getAttributeValue(null, "vmnumber");
105 data[TAG] = parser.getAttributeValue(null, "vmtag");
SpnOverride.java 82 String numeric = parser.getAttributeValue(null, "numeric");
83 String data = parser.getAttributeValue(null, "spn");
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTest.java 135 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME);
141 currentClass.addImplInterface(parser.getAttributeValue(null, ATTRIBUTE_NAME));
150 currentMethod.addParam(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
152 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
187 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
188 String fieldType = parser.getAttributeValue(null, ATTRIBUTE_TYPE);
201 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
202 String returnType = parser.getAttributeValue(null, ATTRIBUTE_RETURN);
232 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME);
239 currentClass.setExtendsClass(parser.getAttributeValue(null, ATTRIBUTE_EXTENDS))
    [all...]
SimpleSignatureTest.java 176 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME);
182 currentClass.addImplInterface(parser.getAttributeValue(null, ATTRIBUTE_NAME));
191 currentMethod.addParam(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
193 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
212 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
213 String fieldType = parser.getAttributeValue(null, ATTRIBUTE_TYPE);
226 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME);
227 String returnType = parser.getAttributeValue(null, ATTRIBUTE_RETURN);
257 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME);
264 currentClass.setExtendsClass(parser.getAttributeValue(null, ATTRIBUTE_EXTENDS))
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 114 int publicversion = Integer.parseInt(parser.getAttributeValue(null, "version"));
160 publicversion = Integer.parseInt(parser.getAttributeValue(null, "version"));
180 int confversion = Integer.parseInt(confparser.getAttributeValue(null, "version"));
248 String mcc = parser.getAttributeValue(null, "mcc");
249 String mnc = parser.getAttributeValue(null, "mnc");
255 map.put(Telephony.Carriers.NAME, parser.getAttributeValue(null, "carrier"));
256 map.put(Telephony.Carriers.APN, parser.getAttributeValue(null, "apn"));
257 map.put(Telephony.Carriers.USER, parser.getAttributeValue(null, "user"));
258 map.put(Telephony.Carriers.SERVER, parser.getAttributeValue(null, "server"));
259 map.put(Telephony.Carriers.PASSWORD, parser.getAttributeValue(null, "password"))
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
EriManager.java 184 parser.getAttributeValue(null, "VersionNumber"));
186 parser.getAttributeValue(null, "NumberOfEriEntries"));
188 parser.getAttributeValue(null, "EriFileType"));
200 int id = Integer.parseInt(parser.getAttributeValue(null, "Id"));
201 String text = parser.getAttributeValue(null, "CallPromptText");
210 parser.getAttributeValue(null, "RoamingIndicator"));
211 int iconIndex = Integer.parseInt(parser.getAttributeValue(null, "IconIndex"));
212 int iconMode = Integer.parseInt(parser.getAttributeValue(null, "IconMode"));
213 String eriText = parser.getAttributeValue(null, "EriText");
215 parser.getAttributeValue(null, "CallPromptId"))
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeLayoutParamsMapAttributes.java 41 public String getAttributeValue(String namespace, String name) {
64 public String getAttributeValue(int index) {
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 796 * @see #getAttributeValue
    [all...]
  /libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 96 public String getAttributeValue (int index) {
101 public String getAttributeValue (String namespace, String name) {
105 return getAttributeValue (i);
209 parser.getAttributeValue (i));
328 getAttributeValue(i));
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 71 final String rawAttr = xml.getAttributeValue(null, "rawText");
77 final String rawColorStrAttr = xml.getAttributeValue(null, "rawColor");
84 final String colorStrAttr = xml.getAttributeValue(nameSpace, "color");
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 61 String kind = xrp.getAttributeValue(null, "kind");
116 pal.mId = xrp.getAttributeValue(null, "id");
118 if ((val = xrp.getAttributeValue(null, "background")) != null)
120 if ((val = xrp.getAttributeValue(null, "second")) != null)
122 if ((val = xrp.getAttributeValue(null, "minute")) != null)
124 if ((val = xrp.getAttributeValue(null, "hour")) != null)
126 if ((val = xrp.getAttributeValue(null, "day")) != null)
128 if ((val = xrp.getAttributeValue(null, "month")) != null)
206 pal.mId = xrp.getAttributeValue(null, "id");
208 if ((val = xrp.getAttributeValue(null, "background")) != null
    [all...]
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 87 final String authority = parser.getAttributeValue(null, "authority");
88 final String accountType = parser.getAttributeValue(null, "accountType");
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 82 String xmlScheme = xml.getAttributeValue(null, "scheme");
86 String className = xml.getAttributeValue(null, "class");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 97 public String getAttributeValue(int index) {
106 public String getAttributeValue(String ns, String name) {
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 89 mShortComponent = parser.getAttributeValue(null, "name");
94 String matchStr = parser.getAttributeValue(null, "match");
96 String setCountStr = parser.getAttributeValue(null, "set");
119 String name = parser.getAttributeValue(null, "name");
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 34 assertEquals("checked", parser.getAttributeValue(0));
44 assertEquals("true", parser.getAttributeValue(0));
54 assertEquals("A&W", parser.getAttributeValue(0));
162 assertEquals("b c", parser.getAttributeValue(0));
192 assertEquals("cdbef", parser.getAttributeValue(0));
203 assertEquals("cdbef", parser.getAttributeValue(0));
219 assertEquals("& &a;", parser.getAttributeValue(0));
265 assertEquals("&", parser.getAttributeValue(null, "bar"));
280 + "would resolve these to the empty string.", "&aaa;", parser.getAttributeValue(0));
302 + "would resolve these to the empty string.", "&aaa;", parser.getAttributeValue(0))
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 340 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu,
380 if (getAttributeValue(cu, attr, form_value)) {
394 if (getAttributeValue(cu, attr, form_value))
405 if (getAttributeValue(cu, attr, form_value))
416 if (getAttributeValue(cu, attr, form_value))
  /frameworks/base/services/java/com/android/server/pm/
Settings.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 183 arrayName = parser.getAttributeValue(null, ATTR_NAME);
186 if (!parsingArray) name = parser.getAttributeValue(null, ATTR_NAME);

Completed in 1510 milliseconds

1 2 3 4 5