Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsNoteTest.java1308 final int ratCount = RADIO_ACCESS_TECHNOLOGY_COUNT; in testGetPerStateActiveRadioDurationMs_noModemActivity() local
1313 final long[][] expectedRxDurationsMs = new long[ratCount][frequencyCount]; in testGetPerStateActiveRadioDurationMs_noModemActivity()
1315 for (int rat = 0; rat < ratCount; rat++) { in testGetPerStateActiveRadioDurationMs_noModemActivity()
1466 final int ratCount = RADIO_ACCESS_TECHNOLOGY_COUNT; in testGetPerStateActiveRadioDurationMs_initialModemActivity() local
1475 for (int rat = 0; rat < ratCount; rat++) { in testGetPerStateActiveRadioDurationMs_initialModemActivity()
1607 final int ratCount = RADIO_ACCESS_TECHNOLOGY_COUNT; in testGetPerStateActiveRadioDurationMs_withModemActivity() local
1614 for (int rat = 0; rat < ratCount; rat++) { in testGetPerStateActiveRadioDurationMs_withModemActivity()
1712 for (int rat = 0; rat < ratCount; rat++) { in testGetPerStateActiveRadioDurationMs_withModemActivity()
1847 final int ratCount = RADIO_ACCESS_TECHNOLOGY_COUNT; in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity() local
1856 for (int rat = 0; rat < ratCount; rat++) { in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity()
[all …]