Home | History | Annotate | Download | only in app

Lines Matching refs:dumpService

2621         dumpService(pw, fd, "package", new String[] { packageName });
2623 dumpService(pw, fd, Context.ACTIVITY_SERVICE, new String[] {
2626 dumpService(pw, fd, "meminfo", new String[] { "--local", "--package", packageName });
2628 dumpService(pw, fd, ProcessStats.SERVICE_NAME, new String[] { packageName });
2630 dumpService(pw, fd, "usagestats", new String[] { "--packages", packageName });
2632 dumpService(pw, fd, BatteryStats.SERVICE_NAME, new String[] { packageName });
2636 private static void dumpService(PrintWriter pw, FileDescriptor fd, String name, String[] args) {