Searched refs:FIELD_OPERATIONS (Results 1 – 4 of 4) sorted by relevance
20 import static android.net.NetworkStatsHistory.FIELD_OPERATIONS;359 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordIn()371 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordOut()
23 import static android.net.NetworkStatsHistory.FIELD_OPERATIONS;385 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordIn()398 MINUTE_IN_MILLIS, 0, FIELD_RX_PACKETS | FIELD_OPERATIONS); in testIgnoreFieldsRecordOut()
77 public static final int FIELD_OPERATIONS = 0x20; field in NetworkStatsHistory128 if ((fields & FIELD_OPERATIONS) != 0) operations = new long[initialSize]; in NetworkStatsHistory()
1060 Landroid/net/NetworkStatsHistory;->FIELD_OPERATIONS:I