Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java147 private void writeTagValue(ExifTag tag, int offset) { in writeTagValue() method in ExifModifier
H A DExifOutputStream.java480 static void writeTagValue(ExifTag tag, OrderedDataOutputStream dataOutputStream) in writeTagValue() method in ExifOutputStream
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java928 static void writeTagValue(TypedXmlSerializer out, String tag, String value) throws IOException { in writeTagValue() method in ShortcutService
936 static void writeTagValue(TypedXmlSerializer out, String tag, long value) throws IOException { in writeTagValue() method in ShortcutService
940 static void writeTagValue(TypedXmlSerializer out, String tag, ComponentName name) in writeTagValue() method in ShortcutService
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java509 static void writeTagValue(TypedXmlSerializer out, String tag, String value) throws IOException { in writeTagValue() method in LowPowerStandbyController
517 static void writeTagValue(TypedXmlSerializer out, String tag, int value) throws IOException { in writeTagValue() method in LowPowerStandbyController