Searched refs:mScanDurationSupplier (Results 1 – 4 of 4) sorted by relevance
81 private LongSupplier mScanDurationSupplier; field in PhoneCallPowerStatsProcessorTest137 return mScanDurationSupplier;
97 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsProcessorTest153 return mScanDurationSupplier;223 when(mScanDurationSupplier.getAsLong()).thenReturn(5555L); in powerProfileModel()472 when(mScanDurationSupplier.getAsLong()).thenReturn(5555L); in prepareAggregatedStats_energyConsumerModel()
104 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsCollectorTest162 return mScanDurationSupplier;381 when(mScanDurationSupplier.getAsLong()).thenReturn(20000L); in collectPowerStats()403 when(mScanDurationSupplier.getAsLong()).thenReturn(80000L); in collectPowerStats()
95 private LongSupplier mScanDurationSupplier; field in MobileRadioPowerStatsCollector143 mScanDurationSupplier = mInjector.getPhoneSignalScanDurationSupplier(); in ensureInitialized()265 long scanDuration = mScanDurationSupplier.getAsLong(); in collectModemActivityInfo()