Home
last modified time | relevance | path

Searched refs:updateWakeLockWorkSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DIPowerManager.aidl40 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() method
DPowerManager.java1439 mService.updateWakeLockWorkSource(mToken, mWorkSource, mHistoryTag); in setWorkSource()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java135 …public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1, String arg2) throws RemoteExce… in updateWakeLockWorkSource() method in BridgePowerManager
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java4171 updateWakeLockWorkSource(lock, ws, null); in updateWakeLockUids()
4175 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource() method in PowerManagerService.BinderService