Searched defs:newWorkSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java249 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) {
253 if (workSource != null && newWorkSource != null
259 + ", workSource=" + newWorkSource);
266 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag,
274 newWorkSource, newHistoryTag);
246 onWakeLockChanging(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag, int newFlags, String newTag, String newPackageName, int newOwnerUid, int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) argument

Completed in 346 milliseconds