Searched refs:FIELD_RX_PACKETS (Results 1 – 3 of 3) sorted by relevance
32 import static android.net.NetworkStatsHistory.FIELD_RX_PACKETS;404 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordIn()418 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordOut()
88 public static final int FIELD_RX_PACKETS = 0x04; field in NetworkStatsHistory301 if ((fields & FIELD_RX_PACKETS) != 0) rxPackets = new long[initialSize]; in NetworkStatsHistory()
1062 Landroid/net/NetworkStatsHistory;->FIELD_RX_PACKETS:I