Searched refs:numNewResults (Results 1 – 3 of 3) sorted by relevance
149 void noteBleScanResults(in WorkSource ws, int numNewResults); in noteBleScanResults() argument
2001 public void noteBleScanResults(final WorkSource ws, final int numNewResults) { in noteBleScanResults() argument2009 mStats.noteBluetoothScanResultsFromSourceLocked(localWs, numNewResults, in noteBleScanResults()
6273 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() argument6274 noteBluetoothScanResultsFromSourceLocked(ws, numNewResults, in noteBluetoothScanResultsFromSourceLocked()6278 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked() argument6284 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()6293 .noteBluetoothScanResultsLocked(numNewResults); in noteBluetoothScanResultsFromSourceLocked()8453 public void noteBluetoothScanResultsLocked(int numNewResults) { in noteBluetoothScanResultsLocked() argument8454 createBluetoothScanResultCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()8456 createBluetoothScanResultBgCounterLocked().addAtomic(numNewResults); in noteBluetoothScanResultsLocked()