Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java24 import static android.net.NetworkStatsHistory.DataStreamUtils.readVarLongArray;
181 bucketStart = readVarLongArray(in); in NetworkStatsHistory()
182 activeTime = (version >= VERSION_ADD_ACTIVE) ? readVarLongArray(in) in NetworkStatsHistory()
184 rxBytes = readVarLongArray(in); in NetworkStatsHistory()
185 rxPackets = readVarLongArray(in); in NetworkStatsHistory()
186 txBytes = readVarLongArray(in); in NetworkStatsHistory()
187 txPackets = readVarLongArray(in); in NetworkStatsHistory()
188 operations = readVarLongArray(in); in NetworkStatsHistory()
797 public static long[] readVarLongArray(DataInputStream in) throws IOException { in readVarLongArray() method in NetworkStatsHistory.DataStreamUtils
/frameworks/base/config/
Dboot-profile.txt848 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J
Dboot-image-profile.txt14367 HSPLandroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J