Searched refs:getBluetoothScanResultCounter (Results 1 – 3 of 3) sorted by relevance
45 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()57 bi.getUidStats().get(UID).getBluetoothScanResultCounter() in testNoteBluetoothScanResultLocked()
580 public abstract Counter getBluetoothScanResultCounter(); in getBluetoothScanResultCounter() method in BatteryStats.Uid3449 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()
6325 public Counter getBluetoothScanResultCounter() { in getBluetoothScanResultCounter() method in BatteryStatsImpl.Uid