Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStatsManager.java590 public void reportBleScanResults(@NonNull WorkSource ws, int numNewResults) { in reportBleScanResults() argument
592 mBatteryStats.noteBleScanResults(ws, numNewResults); in reportBleScanResults()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl229 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java2352 public void noteBleScanResults(final WorkSource ws, final int numNewResults) { in noteBleScanResults() argument
2361 mStats.noteBluetoothScanResultsFromSourceLocked(localWs, numNewResults, in noteBleScanResults()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java6529 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument
6530 noteBluetoothScanResultsFromSourceLocked(ws, numNewResults, in noteBluetoothScanResultsFromSourceLocked()
6535 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked() argument
6541 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
6550 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
8831 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument
8832 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()
8834 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()