Home
last modified time | relevance | path

Searched refs:TEST_START_2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java190 final long TEST_START_2 = TEST_START + DAY_IN_MILLIS; in testRecordEntireGapIdentical() local
192 stats2.recordData(TEST_START_2, TEST_START_2 + 2 * HOUR_IN_MILLIS, 1000L, 500L); in testRecordEntireGapIdentical()
214 final long TEST_START_2 = TEST_START + MINUTE_IN_MILLIS; in testRecordEntireOverlapVaryingBuckets() local
216 stats2.recordData(TEST_START_2, TEST_START_2 + MINUTE_IN_MILLIS * 5, 50L, 50L); in testRecordEntireOverlapVaryingBuckets()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsHistoryTest.java211 final long TEST_START_2 = TEST_START + DAY_IN_MILLIS; in testRecordEntireGapIdentical() local
213 stats2.recordData(TEST_START_2, TEST_START_2 + 2 * HOUR_IN_MILLIS, 1000L, 500L); in testRecordEntireGapIdentical()
236 final long TEST_START_2 = TEST_START + MINUTE_IN_MILLIS; in testRecordEntireOverlapVaryingBuckets() local
238 stats2.recordData(TEST_START_2, TEST_START_2 + MINUTE_IN_MILLIS * 5, 50L, 50L); in testRecordEntireOverlapVaryingBuckets()