History log of /frameworks/base/core/java/android/bluetooth/BluetoothActivityEnergyInfo.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/core/java/android/bluetooth/BluetoothActivityEnergyInfo.java
50e4760214dc3bab81b5ccf6df4d5ce5fa34d723 05-Dec-2015 Adam Lesinski <adamlesinski@google.com> Record bytes transferred for bluetooth

Bug:26039657
Change-Id: Iec42459d12f4106d5733f55313e8544d58930285
/frameworks/base/core/java/android/bluetooth/BluetoothActivityEnergyInfo.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/core/java/android/bluetooth/BluetoothActivityEnergyInfo.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/core/java/android/bluetooth/BluetoothActivityEnergyInfo.java
8caac741a011ef245066f327e54cc6a0b77e6617 23-Jul-2014 Prerepa Viswanadham <dham@google.com> Bug 15564216: Report Bluetooth tx/rx/idle activity info and energy reporting

Change-Id: I66fd83d8d59fbd93dec8886dfd313a81575e38a5
/frameworks/base/core/java/android/bluetooth/BluetoothActivityEnergyInfo.java