Searched refs:numNewResults (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStatsManager.java | 590 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 D | IBatteryStats.aidl | 229 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 2352 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 D | BatteryStatsImpl.java | 6529 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()
|