Loading services/java/com/android/server/am/ActivityManagerService.java +0 −6 Original line number Diff line number Diff line Loading @@ -4259,9 +4259,6 @@ public final class ActivityManagerService extends ActivityManagerNative implemen } public void noteStartWakeLock(int uid, String tag, int type) { if (uid == Process.SYSTEM_UID) return; Integer iuid = Integer.valueOf(uid); synchronized (this) { Integer count = mUidWakeLocks.get(iuid); Loading @@ -4277,9 +4274,6 @@ public final class ActivityManagerService extends ActivityManagerNative implemen } public void noteStopWakeLock(int uid, String tag, int type) { if (uid == Process.SYSTEM_UID) return; Integer iuid = Integer.valueOf(uid); synchronized (this) { Integer count = mUidWakeLocks.get(iuid); Loading Loading
services/java/com/android/server/am/ActivityManagerService.java +0 −6 Original line number Diff line number Diff line Loading @@ -4259,9 +4259,6 @@ public final class ActivityManagerService extends ActivityManagerNative implemen } public void noteStartWakeLock(int uid, String tag, int type) { if (uid == Process.SYSTEM_UID) return; Integer iuid = Integer.valueOf(uid); synchronized (this) { Integer count = mUidWakeLocks.get(iuid); Loading @@ -4277,9 +4274,6 @@ public final class ActivityManagerService extends ActivityManagerNative implemen } public void noteStopWakeLock(int uid, String tag, int type) { if (uid == Process.SYSTEM_UID) return; Integer iuid = Integer.valueOf(uid); synchronized (this) { Integer count = mUidWakeLocks.get(iuid); Loading