/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ImageExporterTest.java | 104 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 D | Command.cpp | 900 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 D | AaptXml.h | 37 android::String8 getAttribute(const android::ResXMLTree& tree, const char* ns, 45 android::String8 getAttribute(const android::ResXMLTree& tree, uint32_t attrRes,
|
H A D | AaptXml.cpp | 79 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 D | XMLNode.h | 100 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
|
H A D | Resource.cpp | 872 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 D | XMLNode.cpp | 710 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() function in XMLNode
|
H A D | ResourceTable.cpp | 5124 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 D | ExifInterfaceTest.java | 238 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 D | ResTable_test.cpp | 86 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 D | Theme_bench.cpp | 91 theme->getAttribute(kAttrId, &value, &flags); in BM_ThemeGetAttributeOld()
|
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | PersistentSystemFontConfig.java | 79 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 D | DrmEvent.java | 127 public Object getAttribute(String key) { in getAttribute() method in DrmEvent
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ExifInterface.java | 2445 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 D | DOMFuncs.ts | 148 const currentAttrValue = el.getAttribute(attr); 217 (acc, attr) => ({ ...acc, [attr]: el.getAttribute(attr) || '' }),
|
H A D | processXML.ts | 77 const attrName = qEl.getAttribute(attr);
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 2072 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 D | PolicyVersionUpgraderTest.java | 310 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 D | sorttable.js | 209 if (node.getAttribute("sorttable_customkey") != null) { 210 return node.getAttribute("sorttable_customkey");
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | MetadataReader.java | 272 String data = exifInterface.getAttribute(tag); in getExifData()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 2092 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 4012 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 14536 method @Deprecated public Object getAttribute(String); 22127 method @Nullable public String getAttribute(@NonNull String);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 33355 Landroid/net/sip/SimpleSessionDescription$Fields;->getAttribute(Ljava/lang/String;)Ljava/lang/Strin… 33394 Landroid/net/sip/SimpleSessionDescription;->getAttribute(Ljava/lang/String;)Ljava/lang/String;
|