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

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

Completed in 5380 milliseconds