Home
last modified time | relevance | path

Searched refs:TAG_MAKE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java65 ExifInterface.TAG_MAKE,
291 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make); in compareWithExpectedValue()
373 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileName()
374 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileName()
376 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileName()
378 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileName()
398 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileDescriptor()
399 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileDescriptor()
403 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileDescriptor()
405 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileDescriptor()
/frameworks/base/core/tests/utiltests/src/android/util/
DMetadataReaderTest.java74 assertEquals("Google", exif.getString(ExifInterface.TAG_MAKE)); in testGetMetadata()
82 String[] tags = {ExifInterface.TAG_MAKE}; in testGetMetadata_JpegOneTag()
/frameworks/base/core/java/android/provider/
DMetadataReader.java55 ExifInterface.TAG_MAKE,
81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h156 TAG_MAKE = 0x010Fu, enumerator
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java86 public static final int TAG_MAKE = field in ExifInterface
2084 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
2132 mTagInfo.put(ExifInterface.TAG_MAKE, in initTagInfo()
/frameworks/base/media/java/android/media/
DExifInterface.java128 public static final String TAG_MAKE = "Make"; field in ExifInterface
1123 new ExifTag(TAG_MAKE, 271, IFD_FORMAT_STRING),
1277 new ExifTag(TAG_MAKE, 271, IFD_FORMAT_STRING),
4226 if (((tag.name == TAG_MAKE || tag.name == TAG_MODEL) in readImageFileDirectory()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1500 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_MAKE, count, in DngCreator_setup()
1501 reinterpret_cast<const uint8_t*>(manufacturer.c_str()), TIFF_IFD_0), env, TAG_MAKE, in DngCreator_setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2144 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14381 field public static final java.lang.String TAG_MAKE = "Make";
/frameworks/base/core/api/
Dcurrent.txt22252 field public static final String TAG_MAKE = "Make";