Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DPhoneCallPowerStatsProcessorTest.java79 private LongSupplier mCallDurationSupplier; field in PhoneCallPowerStatsProcessorTest
132 return mCallDurationSupplier;
200 when(mCallDurationSupplier.getAsLong()).thenReturn(7000L); in copyEstimatesFromMobileRadioPowerStats()
DMobileRadioPowerStatsProcessorTest.java95 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsProcessorTest
148 return mCallDurationSupplier;
222 when(mCallDurationSupplier.getAsLong()).thenReturn(200L); in powerProfileModel()
471 when(mCallDurationSupplier.getAsLong()).thenReturn(200L); in prepareAggregatedStats_energyConsumerModel()
DMobileRadioPowerStatsCollectorTest.java102 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsCollectorTest
157 return mCallDurationSupplier;
380 when(mCallDurationSupplier.getAsLong()).thenReturn(10000L); in collectPowerStats()
402 when(mCallDurationSupplier.getAsLong()).thenReturn(50000L); in collectPowerStats()
/frameworks/base/services/core/java/com/android/server/power/stats/
DMobileRadioPowerStatsCollector.java94 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsCollector
142 mCallDurationSupplier = mInjector.getCallDurationSupplier(); in ensureInitialized()
259 long callDuration = mCallDurationSupplier.getAsLong(); in collectModemActivityInfo()