Searched refs:mCallDurationSupplier (Results 1 – 4 of 4) sorted by relevance
79 private LongSupplier mCallDurationSupplier; field in PhoneCallPowerStatsProcessorTest132 return mCallDurationSupplier;200 when(mCallDurationSupplier.getAsLong()).thenReturn(7000L); in copyEstimatesFromMobileRadioPowerStats()
95 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsProcessorTest148 return mCallDurationSupplier;222 when(mCallDurationSupplier.getAsLong()).thenReturn(200L); in powerProfileModel()471 when(mCallDurationSupplier.getAsLong()).thenReturn(200L); in prepareAggregatedStats_energyConsumerModel()
102 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsCollectorTest157 return mCallDurationSupplier;380 when(mCallDurationSupplier.getAsLong()).thenReturn(10000L); in collectPowerStats()402 when(mCallDurationSupplier.getAsLong()).thenReturn(50000L); in collectPowerStats()
94 private LongSupplier mCallDurationSupplier; field in MobileRadioPowerStatsCollector142 mCallDurationSupplier = mInjector.getCallDurationSupplier(); in ensureInitialized()259 long callDuration = mCallDurationSupplier.getAsLong(); in collectModemActivityInfo()