/cts/tests/signature/lib/android/src/android/signature/cts/ |
D | XmlApiParser.java | 139 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadFieldInfo() 140 String fieldType = canonicalizeType(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in loadFieldInfo() 142 String value = parser.getAttributeValue(null, ATTRIBUTE_VALUE); in loadFieldInfo() 235 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadMethodInfo() 236 String returnType = parser.getAttributeValue(null, ATTRIBUTE_RETURN); in loadMethodInfo() 270 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadClassInfo() 276 String superClass = stripGenericsArgs(parser.getAttributeValue(null, ATTRIBUTE_EXTENDS)); in loadClassInfo() 308 parser.getAttributeValue(i)); in jdiffModifierToReflectionFormat() 482 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME); in next() 495 parser.getAttributeValue(null, ATTRIBUTE_NAME))); in next() [all …]
|
/cts/tests/tests/content/src/android/content/cts/util/ |
D | XmlUtils.java | 1017 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisIntArrayXml() 1036 parser.getAttributeValue(null, "value")); in readThisIntArrayXml() 1086 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisLongArrayXml() 1102 array[i] = Long.parseLong(parser.getAttributeValue(null, "value")); in readThisLongArrayXml() 1146 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisDoubleArrayXml() 1162 array[i] = Double.parseDouble(parser.getAttributeValue(null, "value")); in readThisDoubleArrayXml() 1206 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisStringArrayXml() 1222 array[i] = parser.getAttributeValue(null, "value"); in readThisStringArrayXml() 1266 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisBooleanArrayXml() 1282 array[i] = Boolean.valueOf(parser.getAttributeValue(null, "value")); in readThisBooleanArrayXml() [all …]
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | XmlUtils.java | 989 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisIntArrayXml() 1008 parser.getAttributeValue(null, "value")); in readThisIntArrayXml() 1058 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisLongArrayXml() 1074 array[i] = Long.parseLong(parser.getAttributeValue(null, "value")); in readThisLongArrayXml() 1118 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisDoubleArrayXml() 1134 array[i] = Double.parseDouble(parser.getAttributeValue(null, "value")); in readThisDoubleArrayXml() 1178 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisStringArrayXml() 1194 array[i] = parser.getAttributeValue(null, "value"); in readThisStringArrayXml() 1238 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisBooleanArrayXml() 1254 array[i] = Boolean.valueOf(parser.getAttributeValue(null, "value")); in readThisBooleanArrayXml() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | XmlUtils.java | 990 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisIntArrayXml() 1009 parser.getAttributeValue(null, "value")); in readThisIntArrayXml() 1059 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisLongArrayXml() 1075 array[i] = Long.parseLong(parser.getAttributeValue(null, "value")); in readThisLongArrayXml() 1119 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisDoubleArrayXml() 1135 array[i] = Double.parseDouble(parser.getAttributeValue(null, "value")); in readThisDoubleArrayXml() 1179 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisStringArrayXml() 1195 array[i] = parser.getAttributeValue(null, "value"); in readThisStringArrayXml() 1239 num = Integer.parseInt(parser.getAttributeValue(null, "num")); in readThisBooleanArrayXml() 1255 array[i] = Boolean.valueOf(parser.getAttributeValue(null, "value")); in readThisBooleanArrayXml() [all …]
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | PermissionPolicyTest.java | 258 parser.getAttributeValue(null, ATTR_NAME), in loadExpectedPermissions() 259 parser.getAttributeValue(null, ATTR_PERMISSION_GROUP), in loadExpectedPermissions() 260 parser.getAttributeValue(null, ATTR_BACKGROUND_PERMISSION), in loadExpectedPermissions() 262 parser.getAttributeValue(null, ATTR_PERMISSION_FLAGS)), in loadExpectedPermissions() 264 parser.getAttributeValue(null, ATTR_PROTECTION_LEVEL))); in loadExpectedPermissions() 303 permissionGroups.add(parser.getAttributeValue(null, ATTR_NAME)); in loadExpectedPermissionGroupNames()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | VintfFilesCollector.java | 94 String type = parser.getAttributeValue(null, "type"); in guessFileName()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | XmlTest.java | 430 assertEquals(STR_N1, set.getAttributeValue(0)); in testAsAttributeSet() 432 assertEquals(STR_N2, set.getAttributeValue(1)); in testAsAttributeSet()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | Helper.java | 163 final String formName = getAttributeValue(htmlInfo, "name"); 982 public static String getAttributeValue(HtmlInfo info, String attribute) { in getAttributeValue() method in Helper 995 final String actualValue = getAttributeValue(info, attribute); in assertHasAttribute()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ResourcesTest.java | 421 assertEquals("@17432582", ani.getAttributeValue(0)); in testGetAnimation() 527 assertEquals("@" + R.id.abslistview_root, layout.getAttributeValue(0)); in testGetLayout()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | MediaBitstreamsTest.java | 171 String bitstream = parser.getAttributeValue(null, key); in bitstreams()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 584 return in.getAttributeValue(null, "value"); in getXmlTestValue()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 4271 name: "getAttributeValue" 4360 name: "getAttributeValue"
|