Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
DTypedOutputStream.java139 public void writeLong(long v) throws IOException { in writeLong() method in TypedOutputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java662 static void writeLong(byte[] buf, int offset, long value) { in writeLong() method in BlobCache
/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java430 public Builder writeLong(final long value) { in writeLong() method in StatsEvent.Builder