Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java28 import static android.net.NetworkStatsHistory.DataStreamUtils.readVarLongArray;
362 bucketStart = readVarLongArray(in); in NetworkStatsHistory()
363 activeTime = (version >= VERSION_ADD_ACTIVE) ? readVarLongArray(in) in NetworkStatsHistory()
365 rxBytes = readVarLongArray(in); in NetworkStatsHistory()
366 rxPackets = readVarLongArray(in); in NetworkStatsHistory()
367 txBytes = readVarLongArray(in); in NetworkStatsHistory()
368 txPackets = readVarLongArray(in); in NetworkStatsHistory()
369 operations = readVarLongArray(in); in NetworkStatsHistory()
1079 public static long[] readVarLongArray(DataInput in) throws IOException { in readVarLongArray() method in NetworkStatsHistory.DataStreamUtils
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1034 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J