Searched refs:readFullLongArray (Results 1 – 1 of 1) sorted by relevance
23 import static android.net.NetworkStatsHistory.DataStreamUtils.readFullLongArray;168 bucketStart = readFullLongArray(in); in NetworkStatsHistory()169 rxBytes = readFullLongArray(in); in NetworkStatsHistory()171 txBytes = readFullLongArray(in); in NetworkStatsHistory()756 public static long[] readFullLongArray(DataInputStream in) throws IOException { in readFullLongArray() method in NetworkStatsHistory.DataStreamUtils