Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java860 public abstract Counter getBluetoothScanResultCounter(); in getBluetoothScanResultCounter() method in BatteryStats.Uid
4790 final int resultCount = u.getBluetoothScanResultCounter() != null ? in dumpCheckinLocked()
4791 u.getBluetoothScanResultCounter().getCountLocked(which) : 0; in dumpCheckinLocked()
6169 final int resultCount = u.getBluetoothScanResultCounter() != null ? in dumpLocked()
6170 u.getBluetoothScanResultCounter().getCountLocked(which) : 0; in dumpLocked()
8082 u.getBluetoothScanResultCounter() != null in dumpProtoAppsLocked()
8083 ? u.getBluetoothScanResultCounter().getCountLocked(which) : 0); in dumpProtoAppsLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsNoteTest.java105 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()
115 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1651 final Counter scanResultCounter = uid.getBluetoothScanResultCounter(); in getBluetoothBatteryStats()
9032 public Counter getBluetoothScanResultCounter() { in getBluetoothScanResultCounter() method in BatteryStatsImpl.Uid
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35032 Landroid/os/BatteryStats$Uid;->getBluetoothScanResultCounter()Landroid/os/BatteryStats$Counter;
73835 Lcom/android/internal/os/BatteryStatsImpl$Uid;->getBluetoothScanResultCounter()Lcom/android/interna…