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