Searched refs:newWorkSource (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 347 int newOwnerUid, int newOwnerPid, WorkSource newWorkSource, String newHistoryTag, in onWakeLockChanging() argument 352 if (workSource != null && newWorkSource != null in onWakeLockChanging() 358 + ", workSource=" + newWorkSource); in onWakeLockChanging() 365 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging() 374 newWorkSource, newHistoryTag, newCallback /* notify the new callback */); in onWakeLockChanging() 379 newWorkSource, newHistoryTag, newCallback); in onWakeLockChanging()
|