Searched refs:isUnoptimized (Results 1 – 3 of 3) sorted by relevance
132 void noteBleScanStarted(in WorkSource ws, boolean isUnoptimized); in noteBleScanStarted() argument
957 public void noteBleScanStarted(WorkSource ws, boolean isUnoptimized) { in noteBleScanStarted() argument960 mStats.noteBluetoothScanStartedFromSourceLocked(ws, isUnoptimized); in noteBleScanStarted()
4826 private void noteBluetoothScanStartedLocked(int uid, boolean isUnoptimized) { in noteBluetoothScanStartedLocked() argument4838 getUidStatsLocked(uid).noteBluetoothScanStartedLocked(elapsedRealtime, isUnoptimized); in noteBluetoothScanStartedLocked()4841 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() argument4844 noteBluetoothScanStartedLocked(ws.get(i), isUnoptimized); in noteBluetoothScanStartedFromSourceLocked() local6110 public void noteBluetoothScanStartedLocked(long elapsedRealtimeMs, boolean isUnoptimized) { in noteBluetoothScanStartedLocked() argument6112 if (isUnoptimized) { in noteBluetoothScanStartedLocked()