Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
H A DAppDataUsageTest.java358 ArrayList<Long> testCycles = new ArrayList<>(); in onCreateLoader_hasCyclesSpecified_shouldQueryDataUsageForSpecifiedCycles() local
359 testCycles.add(endTime); in onCreateLoader_hasCyclesSpecified_shouldQueryDataUsageForSpecifiedCycles()
360 testCycles.add(startTime); in onCreateLoader_hasCyclesSpecified_shouldQueryDataUsageForSpecifiedCycles()
368 ReflectionHelpers.setField(mFragment, "mCycles", testCycles); in onCreateLoader_hasCyclesSpecified_shouldQueryDataUsageForSpecifiedCycles()