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.java371 private int mBluetoothPingStart = -1; field in BatteryStatsImpl
1875 if (mBluetoothPingStart == -1) { in getBluetoothPingCount()
1878 return getCurrentBluetoothPingCount() - mBluetoothPingStart; in getBluetoothPingCount()
1884 if (headset != null && mBtHeadset == null && isOnBattery() && mBluetoothPingStart == -1) { in setBtHeadset()
1885 mBluetoothPingStart = getCurrentBluetoothPingCount(); in setBtHeadset()
2460 mBluetoothPingStart = getCurrentBluetoothPingCount(); in updateTimeBasesLocked()
2465 mBluetoothPingStart = -1; in updateTimeBasesLocked()
8578 mBluetoothPingStart = -1; in readFromParcelLocked()