Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java24 import static android.net.NetworkStatsHistory.DataStreamUtils.readVarLongArray;
183 bucketStart = readVarLongArray(in); in NetworkStatsHistory()
184 activeTime = (version >= VERSION_ADD_ACTIVE) ? readVarLongArray(in) in NetworkStatsHistory()
186 rxBytes = readVarLongArray(in); in NetworkStatsHistory()
187 rxPackets = readVarLongArray(in); in NetworkStatsHistory()
188 txBytes = readVarLongArray(in); in NetworkStatsHistory()
189 txPackets = readVarLongArray(in); in NetworkStatsHistory()
190 operations = readVarLongArray(in); in NetworkStatsHistory()
812 public static long[] readVarLongArray(DataInput in) throws IOException { in readVarLongArray() method in NetworkStatsHistory.DataStreamUtils
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1034 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J
/aosp12/frameworks/base/config/
H A Dboot-profile.txt848 Landroid/net/NetworkStatsHistory$DataStreamUtils;->readVarLongArray(Ljava/io/DataInputStream;)[J