Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl149 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java2001 public void noteBleScanResults(final WorkSource ws, final int numNewResults) { in noteBleScanResults() argument
2009 mStats.noteBluetoothScanResultsFromSourceLocked(localWs, numNewResults, in noteBleScanResults()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6273 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument
6274 noteBluetoothScanResultsFromSourceLocked(ws, numNewResults, in noteBluetoothScanResultsFromSourceLocked()
6278 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked() argument
6284 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
6293 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
8453 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument
8454 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()
8456 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()