Searched refs:getBluetoothScanResultBgCounter (Results 1 – 3 of 3) sorted by relevance
49 BatteryStats.Counter bgCntr = bi.getUidStats().get(UID).getBluetoothScanResultBgCounter(); in testNoteBluetoothScanResultLocked()60 bi.getUidStats().get(UID).getBluetoothScanResultBgCounter() in testNoteBluetoothScanResultLocked()
581 public abstract Counter getBluetoothScanResultBgCounter(); in getBluetoothScanResultBgCounter() method in BatteryStats.Uid3451 final int resultCountBg = u.getBluetoothScanResultBgCounter() != null ? in dumpCheckinLocked()3452 u.getBluetoothScanResultBgCounter().getCountLocked(which) : 0; in dumpCheckinLocked()4688 final int resultCountBg = u.getBluetoothScanResultBgCounter() != null ? in dumpLocked()4689 u.getBluetoothScanResultBgCounter().getCountLocked(which) : 0; in dumpLocked()
6330 public Counter getBluetoothScanResultBgCounter() { in getBluetoothScanResultBgCounter() method in BatteryStatsImpl.Uid