Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DImageExporterTest.java104 exifInterface.getAttribute(ExifInterface.TAG_IMAGE_UNIQUE_ID)); in testUpdateExifAttributes_timeZoneUTC()
106 exifInterface.getAttribute(ExifInterface.TAG_OFFSET_TIME_ORIGINAL)); in testUpdateExifAttributes_timeZoneUTC()
145 exifInterface.getAttribute(ExifInterface.TAG_IMAGE_UNIQUE_ID)); in testImageExport()
148 exifInterface.getAttribute(ExifInterface.TAG_SOFTWARE)); in testImageExport()
156 exifInterface.getAttribute(ExifInterface.TAG_DATETIME_ORIGINAL)); in testImageExport()
158 exifInterface.getAttribute(ExifInterface.TAG_SUBSEC_TIME_ORIGINAL)); in testImageExport()
160 exifInterface.getAttribute(ExifInterface.TAG_OFFSET_TIME_ORIGINAL)); in testImageExport()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp900 String8 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL); in doDump()
905 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
921 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
938 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1275 pkg = AaptXml::getAttribute(tree, NULL, "package", NULL); in doDump()
1302 String8 splitName = AaptXml::getAttribute(tree, NULL, "split"); in doDump()
1601 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1638 String8 name = AaptXml::getAttribute(tree, NAME_ATTR, &error); in doDump()
1655 const String8 requiredFeature = AaptXml::getAttribute(tree, in doDump()
1657 const String8 requiredNotFeature = AaptXml::getAttribute(tree, in doDump()
[all …]
H A DAaptXml.h37 android::String8 getAttribute(const android::ResXMLTree& tree, const char* ns,
45 android::String8 getAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
H A DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() function
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute() function
H A DXMLNode.h100 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
H A DResource.cpp872 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
883 const XMLNode::attribute_entry* attr = root->getAttribute( in massageManifest()
914 const XMLNode::attribute_entry* attr = vers->getAttribute( in massageManifest()
1029 const XMLNode::attribute_entry* attr = root->getAttribute(String16(), String16("featureName")); in massageManifest()
1110 String8 versionName = AaptXml::getAttribute(tree, VERSION_NAME_ATTR, &error); in extractPlatformBuildVersion()
3058 pkg = AaptXml::getAttribute(tree, NULL, "package"); in writeProguardForAndroidManifest()
3064 String8 agent = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
3073 defaultProcess = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
3089 String8 componentProcess = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
3103 String8 name = AaptXml::getAttribute(tree, in writeProguardForAndroidManifest()
H A DXMLNode.cpp710 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() function in XMLNode
H A DResourceTable.cpp5124 const XMLNode::attribute_entry* attr = child->getAttribute(String16(), kName16); in processBundleFormatImpl()
5200 if (parent->getAttribute(attrNs, attrName) != NULL) { in processBundleFormatImpl()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java238 String tagValue = exifInterface.getAttribute(tagKey); in printExifTagsAndValues()
254 String stringValue = exifInterface.getAttribute(tag); in assertStringTag()
373 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileName()
376 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileName()
398 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileDescriptor()
403 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileDescriptor()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp86 ssize_t index = theme.getAttribute(basic::R::attr::attr1, &val, &specFlags); in TEST()
91 index = theme.getAttribute(basic::R::attr::attr2, &val, &specFlags); in TEST()
110 ssize_t index = theme.getAttribute(basic::R::attr::attr1, &val, &specFlags); in TEST()
115 index = theme.getAttribute(basic::R::attr::attr2, &val, &specFlags); in TEST()
134 ssize_t index = theme.getAttribute(lib::R::attr::attr1, &val, &specFlags); in TEST()
139 index = theme.getAttribute(lib::R::attr::attr2, &val, &specFlags); in TEST()
H A DTheme_bench.cpp91 theme->getAttribute(kAttrId, &value, &flags); in BM_ThemeGetAttributeOld()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DPersistentSystemFontConfig.java79 out.updatedFontDirs.add(getAttribute(parser, ATTR_VALUE)); in loadFromXml()
136 private static String getAttribute(TypedXmlPullParser parser, String attr) { in getAttribute() method in PersistentSystemFontConfig
/aosp14/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java127 public Object getAttribute(String key) { in getAttribute() method in DrmEvent
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java2445 return parseDateTime(getAttribute(TAG_DATETIME), in getDateTime()
2446 getAttribute(TAG_SUBSEC_TIME), in getDateTime()
2447 getAttribute(TAG_OFFSET_TIME)); in getDateTime()
2464 getAttribute(TAG_SUBSEC_TIME_ORIGINAL), in getDateTimeOriginal()
2515 String date = getAttribute(TAG_GPS_DATESTAMP); in getGpsDateTime()
2516 String time = getAttribute(TAG_GPS_TIMESTAMP); in getGpsDateTime()
3226 if (getAttribute(TAG_XMP) == null) { in getHeifAttributes()
3974 if (getAttribute(TAG_IMAGE_WIDTH) == null) { in addDefaultValuesForCompatibility()
3978 if (getAttribute(TAG_IMAGE_LENGTH) == null) { in addDefaultValuesForCompatibility()
3982 if (getAttribute(TAG_ORIENTATION) == null) { in addDefaultValuesForCompatibility()
[all …]
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
H A DDOMFuncs.ts148 const currentAttrValue = el.getAttribute(attr);
217 (acc, attr) => ({ ...acc, [attr]: el.getAttribute(attr) || '' }),
H A DprocessXML.ts77 const attrName = qEl.getAttribute(attr);
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java2072 String dateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
2098 String exposureTime = exif.getAttribute(ExifInterface.TAG_EXPOSURE_TIME); in verifyJpegExifExtraTags()
2114 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags()
2133 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags()
2140 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags()
2144 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
2148 String model = exif.getAttribute(ExifInterface.TAG_MODEL); in verifyJpegExifExtraTags()
2160 String digitizedTime = exif.getAttribute(ExifInterface.TAG_DATETIME_DIGITIZED); in verifyJpegExifExtraTags()
2163 String expectedDateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DPolicyVersionUpgraderTest.java310 storedSuspendedPkgs.add(item.getAttribute("value")); in assertAdminSuspendedPackages()
392 assertThat(keepProfilesRunning.getAttribute("value")).isEqualTo("true"); in testEffectiveKeepProfilesRunningMissingInV5()
410 assertThat(keepProfilesRunning.getAttribute("value")).isEqualTo("true"); in testEffectiveKeepProfilesRunningTrueInV5()
/aosp14/frameworks/base/tools/preload/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/aosp14/frameworks/base/core/java/android/provider/
H A DMetadataReader.java272 String data = exifInterface.getAttribute(tag); in getExifData()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2092 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4012 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() function in android::ResTable::Theme
4084 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags); in resolveAttributeReference()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14536 method @Deprecated public Object getAttribute(String);
22127 method @Nullable public String getAttribute(@NonNull String);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33355 Landroid/net/sip/SimpleSessionDescription$Fields;->getAttribute(Ljava/lang/String;)Ljava/lang/Strin…
33394 Landroid/net/sip/SimpleSessionDescription;->getAttribute(Ljava/lang/String;)Ljava/lang/String;

12