Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/
DSignedContextualAdsHashUtil.java182 writeField(keyedFrequencyCap.getInterval().toMillis(), this::writeLong); in writeKeyedFrequencyCap() local
226 void writeLong(long value) { in writeLong() method in SignedContextualAdsHashUtil
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/io/write/
DTypedOutputStream.java153 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.java436 public Builder writeLong(final long value) { in writeLong() method in StatsEvent.Builder
/packages/modules/AppSearch/framework/java/android/app/appsearch/safeparcel/
DSafeParcelWriter.java148 public static void writeLong(@NonNull Parcel p, int id, long val) { in writeLong() method in SafeParcelWriter