Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java296 private int mBluetoothPingStart = -1; field in BatteryStatsImpl
1220 if (mBluetoothPingStart == -1) { in getBluetoothPingCount()
1223 return getCurrentBluetoothPingCount() - mBluetoothPingStart; in getBluetoothPingCount()
1229 if (headset != null && mBtHeadset == null && isOnBattery() && mBluetoothPingStart == -1) { in setBtHeadset()
1230 mBluetoothPingStart = getCurrentBluetoothPingCount(); in setBtHeadset()
1452 mBluetoothPingStart = getCurrentBluetoothPingCount(); in doUnplugLocked()
1489 mBluetoothPingStart = -1; in doPlugLocked()
5522 mBluetoothPingStart = -1; in readFromParcelLocked()