Loading services/usage/java/com/android/server/usage/UsageStatsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1814,6 +1814,7 @@ public class UsageStatsService extends SystemService implements synchronized (mLock) { mResponseStatsTracker.dump(idpw); } return; } else if (arg != null && !arg.startsWith("-")) { // Anything else that doesn't start with '-' is a pkg to filter pkgs.add(arg); Loading Loading
services/usage/java/com/android/server/usage/UsageStatsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1814,6 +1814,7 @@ public class UsageStatsService extends SystemService implements synchronized (mLock) { mResponseStatsTracker.dump(idpw); } return; } else if (arg != null && !arg.startsWith("-")) { // Anything else that doesn't start with '-' is a pkg to filter pkgs.add(arg); Loading