Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java804 int btPingCount = mStats.getBluetoothPingCount(); in addBluetoothUsage()
DBatteryStatsImpl.java1874 public int getBluetoothPingCount() { in getBluetoothPingCount() method in BatteryStatsImpl
2464 mBluetoothPingCount = getBluetoothPingCount(); in updateTimeBasesLocked()
8719 out.writeInt(getBluetoothPingCount()); in writeToParcelLocked()
/frameworks/base/core/java/android/os/
DBatteryStats.java1429 public abstract int getBluetoothPingCount(); in getBluetoothPingCount() method in BatteryStats