Home
last modified time | relevance | path

Searched defs:writeTagValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifModifier.java147 private void writeTagValue(ExifTag tag, int offset) { in writeTagValue() method in ExifModifier
DExifOutputStream.java480 static void writeTagValue(ExifTag tag, OrderedDataOutputStream dataOutputStream) in writeTagValue() method in ExifOutputStream
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java790 static void writeTagValue(XmlSerializer out, String tag, String value) throws IOException { in writeTagValue() method in ShortcutService
798 static void writeTagValue(XmlSerializer out, String tag, long value) throws IOException { in writeTagValue() method in ShortcutService
802 … static void writeTagValue(XmlSerializer out, String tag, ComponentName name) throws IOException { in writeTagValue() method in ShortcutService