Home | History | Annotate | Download | only in power

Lines Matching defs:ownerUid

169             int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
173 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
180 final boolean unimportantForLogging = ownerUid == Process.SYSTEM_UID
186 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
190 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName);
198 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource,
201 Slog.d(TAG, "onLongPartialWakeLockStart: ownerUid=" + ownerUid
212 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid);
219 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource,
222 Slog.d(TAG, "onLongPartialWakeLockFinish: ownerUid=" + ownerUid
233 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid);
244 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
255 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
269 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
279 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
283 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
294 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, tag,
297 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName);