Searched refs:FIELD_RX_PACKETS (Results 1 – 2 of 2) sorted by relevance
25 import static android.net.NetworkStatsHistory.FIELD_RX_PACKETS;382 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordIn()395 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordOut()
72 public static final int FIELD_RX_PACKETS = 0x04; field in NetworkStatsHistory123 if ((fields & FIELD_RX_PACKETS) != 0) rxPackets = new long[initialSize]; in NetworkStatsHistory()