Home
last modified time | relevance | path

Searched refs:readVarLongArray (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/net/netstats/
H A DNetworkStatsDataMigrationUtils.java317 private static long[] readVarLongArray(@NonNull DataInput in) throws IOException { in readVarLongArray() method in NetworkStatsDataMigrationUtils
388 bucketStart = readVarLongArray(in); in readPlatformHistory()
390 ? readVarLongArray(in) in readPlatformHistory()
392 rxBytes = readVarLongArray(in); in readPlatformHistory()
393 rxPackets = readVarLongArray(in); in readPlatformHistory()
394 txBytes = readVarLongArray(in); in readPlatformHistory()
395 txPackets = readVarLongArray(in); in readPlatformHistory()
396 operations = readVarLongArray(in); in readPlatformHistory()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt848 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J