Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl140 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1052 public void noteBleScanResults(WorkSource ws, int numNewResults) { in noteBleScanResults() argument
1055 mStats.noteBluetoothScanResultsFromSourceLocked(ws, numNewResults); in noteBleScanResults()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5778 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument
5782 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
5784 numNewResults); in noteBluetoothScanResultsFromSourceLocked()
5792 getUidStatsLocked(uid).noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()
5794 wc.getUids(), wc.getTags(), numNewResults); in noteBluetoothScanResultsFromSourceLocked()
7397 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument
7398 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()
7400 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()