History log of /frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
010bf374d8145528f8733dfa6ef101b15de23a8d 11-Apr-2016 Adam Lesinski <adamlesinski@google.com> BatteryStats: Introduce Async external stats requests

Instead of calling out to external processes with a blocking IPC,
pass along a Binder on which the external process can pass back
the response. The calling process can then wait for the reply with
a timeout.

This eliminates watchdog restarts of the system_server when an external
process like telephony or bluetooth hangs.

Bug:26842468
Change-Id: I1b242e4ed22a63f1a4a0be8c78de8ac4d7bf56c5
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
42e606250a13edc22cb9f14937a4d73c14cc41aa 16-Mar-2016 Roshan Pius <rpius@google.com> Add new wifi tx power levels in Wifi activity energy

BUG: 27227497
Change-Id: I66db7f61a5e3a8223a008f7182bb56921145c831
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
8a351373881e2e11c2636d6f9445f9df9accbace 16-Jun-2015 Adam Lesinski <adamlesinski@google.com> Bluetooth energy: fix overflow in calculation

Use longs instead of ints, because the energy values can get pretty
high.

Change-Id: I43e696ad9e5965c2e616b11920db5bfae5db1671
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
eb864d4000dacad94d5135a10ed7bdeb29f31881 01-Apr-2015 Etan Cohen <etancohen@google.com> Merge commit 'd91f193' into merge2
4b6bd8d36b093d36d9ae80b43e95049c259d7319 19-Mar-2015 Adam Lesinski <adamlesinski@google.com> Retrieve WiFi info outside of BatteryStatsImpl

In order to not deadlock the system, we need to retrieve
WiFi energy info outside of the BatteryStats lock. We do this,
then pass that data down to BatteryStatsImpl to process.

b/19729960

Change-Id: Ib8beba1d5ac81d89144d502c4b688d0a88c5b102
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
ddfd35dbf9aab0ff196e1d7046ebe6bcd972c7a5 23-Mar-2015 Pierre Vandwalle <vandwalle@google.com> add wifi config for power calculation

Change-Id: Ic312ffeb299d199547cc75bc6977140f8e6e5f7b
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
488caeb70293b7c70e9ce128fc002a0666340fb0 09-Mar-2015 Adam Lesinski <adamlesinski@google.com> Change WiFi and Bluetooth ActivityEnergyInfo classes

Have them take an elapsed time millis timestamp instead
of having the constructor call System.currentTimeMillis.

Change-Id: Ic9ca8f92347c336beee8ebcc3407de2c1e5b4073
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java
b928a3802bfcd3aeed592906ddb3e14c653b213c 07-Aug-2014 vandwalle <vandwalle@google.com> add radio stats to link layer

Bug:15563188

Change-Id: I3d2a230b0362520b9f1b2bc3792260116971e106
/frameworks/base/wifi/java/android/net/wifi/WifiActivityEnergyInfo.java