Loading services/core/java/com/android/server/am/ActivityManagerService.java +0 −8 Original line number Diff line number Diff line Loading @@ -18003,14 +18003,6 @@ public class ActivityManagerService extends IActivityManager.Stub @Override public void addStartInfoTimestamp(int key, long timestampNs, int uid, int pid, int userId) { // For the simplification, we don't support USER_ALL nor USER_CURRENT here. if (userId == UserHandle.USER_ALL || userId == UserHandle.USER_CURRENT) { throw new IllegalArgumentException("Unsupported userId"); } mUserController.handleIncomingUser(pid, uid, userId, true, ALLOW_NON_FULL, "addStartInfoTimestampSystem", null); addStartInfoTimestampInternal(key, timestampNs, userId, uid); } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +0 −8 Original line number Diff line number Diff line Loading @@ -18003,14 +18003,6 @@ public class ActivityManagerService extends IActivityManager.Stub @Override public void addStartInfoTimestamp(int key, long timestampNs, int uid, int pid, int userId) { // For the simplification, we don't support USER_ALL nor USER_CURRENT here. if (userId == UserHandle.USER_ALL || userId == UserHandle.USER_CURRENT) { throw new IllegalArgumentException("Unsupported userId"); } mUserController.handleIncomingUser(pid, uid, userId, true, ALLOW_NON_FULL, "addStartInfoTimestampSystem", null); addStartInfoTimestampInternal(key, timestampNs, userId, uid); }