Home | History | Annotate | Download | only in power

Lines Matching full:worksource

46 import android.os.WorkSource;
165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
170 + ", workSource=" + workSource);
178 if (workSource != null) {
179 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag,
198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
200 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) {
204 if (workSource != null && newWorkSource != null
210 + ", workSource=" + newWorkSource);
216 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
223 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
238 + ", workSource=" + workSource);
244 if (workSource != null) {
245 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag,