Searched refs:readVarLongArray (Results 1 – 2 of 2) sorted by relevance
28 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
1034 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J