Home
last modified time | relevance | path

Searched defs:writeTagValue (Results 1 – 4 of 4) 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.java938 static void writeTagValue(TypedXmlSerializer out, String tag, String value) throws IOException { in writeTagValue() method in ShortcutService
946 static void writeTagValue(TypedXmlSerializer out, String tag, long value) throws IOException { in writeTagValue() method in ShortcutService
950 static void writeTagValue(TypedXmlSerializer out, String tag, ComponentName name) in writeTagValue() method in ShortcutService
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java534 static void writeTagValue(TypedXmlSerializer out, String tag, String value) throws IOException { in writeTagValue() method in LowPowerStandbyController
542 static void writeTagValue(TypedXmlSerializer out, String tag, int value) throws IOException { in writeTagValue() method in LowPowerStandbyController