Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl137 void noteBleScanStarted(in WorkSource ws, boolean isUnoptimized); in noteBleScanStarted() argument
138 void noteBleScanStopped(in WorkSource ws, boolean isUnoptimized); in noteBleScanStopped() argument
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1028 public void noteBleScanStarted(WorkSource ws, boolean isUnoptimized) { in noteBleScanStarted() argument
1031 mStats.noteBluetoothScanStartedFromSourceLocked(ws, isUnoptimized); in noteBleScanStarted()
1036 public void noteBleScanStopped(WorkSource ws, boolean isUnoptimized) { in noteBleScanStopped() argument
1039 mStats.noteBluetoothScanStoppedFromSourceLocked(ws, isUnoptimized); in noteBleScanStopped()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5694 boolean isUnoptimized) { in noteBluetoothScanStartedLocked() argument
5706 getUidStatsLocked(uid).noteBluetoothScanStartedLocked(elapsedRealtime, isUnoptimized); in noteBluetoothScanStartedLocked()
5709 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() argument
5712 noteBluetoothScanStartedLocked(null, ws.get(i), isUnoptimized); in noteBluetoothScanStartedFromSourceLocked()
5718 noteBluetoothScanStartedLocked(workChains.get(i), -1, isUnoptimized); in noteBluetoothScanStartedFromSourceLocked() local
5724 boolean isUnoptimized) { in noteBluetoothScanStoppedLocked() argument
5736 getUidStatsLocked(uid).noteBluetoothScanStoppedLocked(elapsedRealtime, isUnoptimized); in noteBluetoothScanStoppedLocked()
5747 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked() argument
5750 noteBluetoothScanStoppedLocked(null, ws.get(i), isUnoptimized); in noteBluetoothScanStoppedFromSourceLocked()
5756 noteBluetoothScanStoppedLocked(workChains.get(i), -1, isUnoptimized); in noteBluetoothScanStoppedFromSourceLocked() local
[all …]