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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1239 private int getCurrentBluetoothPingCount() { method in class:BatteryStatsImpl
1253 return getCurrentBluetoothPingCount() - mBluetoothPingStart;
1260 mBluetoothPingStart = getCurrentBluetoothPingCount();
1482 mBluetoothPingStart = getCurrentBluetoothPingCount();

Completed in 78 milliseconds