Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsNoteTest.java45 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()
57 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()
/frameworks/base/core/java/android/os/
DBatteryStats.java580 public abstract Counter getBluetoothScanResultCounter(); in getBluetoothScanResultCounter() method in BatteryStats.Uid
3449 final int resultCount = u.getBluetoothScanResultCounter() != null ? in dumpCheckinLocked()
3450 u.getBluetoothScanResultCounter().getCountLocked(which) : 0; in dumpCheckinLocked()
4686 final int resultCount = u.getBluetoothScanResultCounter() != null ? in dumpLocked()
4687 u.getBluetoothScanResultCounter().getCountLocked(which) : 0; in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6325 public Counter getBluetoothScanResultCounter() { in getBluetoothScanResultCounter() method in BatteryStatsImpl.Uid