Searched defs:writeTagValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifModifier.java | 147 private void writeTagValue(ExifTag tag, int offset) { in writeTagValue() method in ExifModifier
|
D | ExifOutputStream.java | 480 static void writeTagValue(ExifTag tag, OrderedDataOutputStream dataOutputStream) in writeTagValue() method in ExifOutputStream
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 938 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/ |
D | LowPowerStandbyController.java | 534 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
|