Searched refs:isUnoptimized (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 141 void noteBleScanStarted(in WorkSource ws, boolean isUnoptimized); in noteBleScanStarted() argument 142 void noteBleScanStopped(in WorkSource ws, boolean isUnoptimized); in noteBleScanStopped() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1061 public void noteBleScanStarted(WorkSource ws, boolean isUnoptimized) { in noteBleScanStarted() argument 1064 mStats.noteBluetoothScanStartedFromSourceLocked(ws, isUnoptimized); in noteBleScanStarted() 1069 public void noteBleScanStopped(WorkSource ws, boolean isUnoptimized) { in noteBleScanStopped() argument 1072 mStats.noteBluetoothScanStoppedFromSourceLocked(ws, isUnoptimized); in noteBleScanStopped()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 5554 boolean isUnoptimized) { in noteBluetoothScanStartedLocked() argument 5566 getUidStatsLocked(uid).noteBluetoothScanStartedLocked(elapsedRealtime, isUnoptimized); in noteBluetoothScanStartedLocked() 5569 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() argument 5572 noteBluetoothScanStartedLocked(null, ws.get(i), isUnoptimized); in noteBluetoothScanStartedFromSourceLocked() 5578 noteBluetoothScanStartedLocked(workChains.get(i), -1, isUnoptimized); in noteBluetoothScanStartedFromSourceLocked() local 5584 boolean isUnoptimized) { in noteBluetoothScanStoppedLocked() argument 5596 getUidStatsLocked(uid).noteBluetoothScanStoppedLocked(elapsedRealtime, isUnoptimized); in noteBluetoothScanStoppedLocked() 5607 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked() argument 5610 noteBluetoothScanStoppedLocked(null, ws.get(i), isUnoptimized); in noteBluetoothScanStoppedFromSourceLocked() 5616 noteBluetoothScanStoppedLocked(workChains.get(i), -1, isUnoptimized); in noteBluetoothScanStoppedFromSourceLocked() local [all …]
|