Searched refs:numNewResults (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryStatsManager.java | 592 public void reportBleScanResults(@NonNull WorkSource ws, int numNewResults) { in reportBleScanResults() argument 594 mBatteryStats.noteBleScanResults(ws, numNewResults); in reportBleScanResults()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 236 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 2560 public void noteBleScanResults(final WorkSource ws, final int numNewResults) { in noteBleScanResults() argument 2569 mStats.noteBluetoothScanResultsFromSourceLocked(localWs, numNewResults, in noteBleScanResults()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 6808 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument 6809 noteBluetoothScanResultsFromSourceLocked(ws, numNewResults, in noteBluetoothScanResultsFromSourceLocked() 6814 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked() argument 6820 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked() 6829 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked() 9178 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument 9179 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked() 9181 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()
|