Searched refs:workSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java122 WorkSource workSource) {
126 + ", workSource=" + workSource);
131 if (workSource != null) {
132 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType);
145 WorkSource workSource) {
149 + ", workSource=" + workSource);
154 if (workSource != null) {
155 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPi
121 onWakeLockAcquired(int flags, String tag, int ownerUid, int ownerPid, WorkSource workSource) argument
144 onWakeLockReleased(int flags, String tag, int ownerUid, int ownerPid, WorkSource workSource) argument
[all...]
H A DPowerManagerService.java2274 private static WorkSource copyWorkSource(WorkSource workSource) { argument
2275 return workSource != null ? new WorkSource(workSource) : null;
2384 public WakeLock(IBinder lock, int flags, String tag, WorkSource workSource, argument
2389 mWorkSource = copyWorkSource(workSource);
2399 public boolean hasSameProperties(int flags, String tag, WorkSource workSource, argument
2403 && hasSameWorkSource(workSource)
2408 public void updateProperties(int flags, String tag, WorkSource workSource, argument
2412 updateWorkSource(workSource);
2417 public boolean hasSameWorkSource(WorkSource workSource) { argument
2421 updateWorkSource(WorkSource workSource) argument
[all...]

Completed in 34 milliseconds