/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 65 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/ |
D | MetadataReaderTest.java | 74 assertEquals("Google", exif.getString(ExifInterface.TAG_MAKE)); in testGetMetadata() 82 String[] tags = {ExifInterface.TAG_MAKE}; in testGetMetadata_JpegOneTag()
|
/frameworks/base/core/java/android/provider/ |
D | MetadataReader.java | 55 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/ |
D | TagDefinitions.h | 156 TAG_MAKE = 0x010Fu, enumerator
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 86 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/ |
D | ExifInterface.java | 128 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/ |
D | android_hardware_camera2_DngCreator.cpp | 1500 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/ |
D | CameraTestUtils.java | 2144 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14381 field public static final java.lang.String TAG_MAKE = "Make";
|
/frameworks/base/core/api/ |
D | current.txt | 22252 field public static final String TAG_MAKE = "Make";
|