Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DPhoneCallPowerStatsProcessorTest.java81 private LongSupplier mScanDurationSupplier; field in PhoneCallPowerStatsProcessorTest
137 return mScanDurationSupplier;
DMobileRadioPowerStatsProcessorTest.java97 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsProcessorTest
153 return mScanDurationSupplier;
223 when(mScanDurationSupplier.getAsLong()).thenReturn(5555L); in powerProfileModel()
472 when(mScanDurationSupplier.getAsLong()).thenReturn(5555L); in prepareAggregatedStats_energyConsumerModel()
DMobileRadioPowerStatsCollectorTest.java104 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsCollectorTest
162 return mScanDurationSupplier;
381 when(mScanDurationSupplier.getAsLong()).thenReturn(20000L); in collectPowerStats()
403 when(mScanDurationSupplier.getAsLong()).thenReturn(80000L); in collectPowerStats()
/frameworks/base/services/core/java/com/android/server/power/stats/
DMobileRadioPowerStatsCollector.java95 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsCollector
143 mScanDurationSupplier = mInjector.getPhoneSignalScanDurationSupplier(); in ensureInitialized()
265 long scanDuration = mScanDurationSupplier.getAsLong(); in collectModemActivityInfo()