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