Searched refs:expectedDurationsMs (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsNoteTest.java | 1320 expectedDurationsMs[rat][freq][txLvl] = 0; in testGetPerStateActiveRadioDurationMs_noModemActivity() 1353 checkPerStateActiveRadioDurations(expectedDurationsMs, expectedRxDurationsMs, in testGetPerStateActiveRadioDurationMs_noModemActivity() 1359 checkPerStateActiveRadioDurations(expectedDurationsMs, expectedRxDurationsMs, in testGetPerStateActiveRadioDurationMs_noModemActivity() 1364 checkPerStateActiveRadioDurations(expectedDurationsMs, expectedRxDurationsMs, in testGetPerStateActiveRadioDurationMs_noModemActivity() 1370 checkPerStateActiveRadioDurations(expectedDurationsMs, expectedRxDurationsMs, in testGetPerStateActiveRadioDurationMs_noModemActivity() 1375 checkPerStateActiveRadioDurations(expectedDurationsMs, expectedRxDurationsMs, in testGetPerStateActiveRadioDurationMs_noModemActivity() 1641 expectedDurationsMs[currRat][currFreqRange][currSignalStrength] += inc; in testGetPerStateActiveRadioDurationMs_withModemActivity() 1915 expectedDurationsMs[currRat][currFreqRange][currSignalStrength] += inc; in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity() 2353 private void checkPerStateActiveRadioDurations(long[][][] expectedDurationsMs, in checkPerStateActiveRadioDurations() argument 2356 for (int rat = 0; rat < expectedDurationsMs.length; rat++) { in checkPerStateActiveRadioDurations() [all …]
|