Searched refs:wifiBatteryStats (Results 1 – 1 of 1) sorted by relevance
64 WifiBatteryStats wifiBatteryStats = mock(WifiBatteryStats.class); in testBuildWifiRadioUsageProto() local66 when(wifiBatteryStats.getScanTimeMillis()).thenReturn(scanTime); in testBuildWifiRadioUsageProto()123 WifiBatteryStats wifiBatteryStats = mock(WifiBatteryStats.class); in testBuildProto() local124 when(wifiBatteryStats.getEnergyConsumedMaMillis()) in testBuildProto()126 when(wifiBatteryStats.getNumBytesTx()).thenReturn(numBytesTx); in testBuildProto()127 when(wifiBatteryStats.getNumBytesRx()).thenReturn(numBytesRx); in testBuildProto()128 when(wifiBatteryStats.getNumPacketsTx()).thenReturn(numPacketsTx); in testBuildProto()129 when(wifiBatteryStats.getNumPacketsRx()).thenReturn(numPacketsRx); in testBuildProto()130 when(wifiBatteryStats.getTxTimeMillis()).thenReturn(txTimeMs); in testBuildProto()131 when(wifiBatteryStats.getRxTimeMillis()).thenReturn(rxTimeMs); in testBuildProto()[all …]