Searched refs:mBluetoothPingStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java296 private int mBluetoothPingStart = -1; field in class:BatteryStatsImpl
1250 if (mBluetoothPingStart == -1) {
1253 return getCurrentBluetoothPingCount() - mBluetoothPingStart;
1259 if (headset != null && mBtHeadset == null && isOnBattery() && mBluetoothPingStart == -1) {
1260 mBluetoothPingStart = getCurrentBluetoothPingCount();
1482 mBluetoothPingStart = getCurrentBluetoothPingCount();
1519 mBluetoothPingStart = -1;
5555 mBluetoothPingStart = -1;

Completed in 102 milliseconds