Searched refs:checkin (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java154 * Bump the version on this if the checkin format changes.
1826 * Dump a comma-separated line of values for terse checkin mode.
2052 // with the old checkin format.
3441 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, argument
3443 if (!checkin) {
3460 if (checkin) {
3467 if (checkin) {
3475 if (checkin) {
3483 if (checkin) {
3488 if (!checkin) {
3672 dumpDurationSteps(PrintWriter pw, String header, long[] steps, int count, boolean checkin) argument
3747 dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java132 void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, boolean dumpInfo, argument
H A DApplicationThreadNative.java517 boolean checkin = data.readInt() != 0;
523 dumpMemInfo(fd.getFileDescriptor(), mi, checkin, dumpInfo, dumpDalvik, args);
1212 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
1219 data.writeInt(checkin ? 1 : 0);
H A DActivityThread.java934 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
939 dumpMemInfo(pw, mem, checkin, dumpFullInfo, dumpDalvik);
945 private void dumpMemInfo(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
968 dumpMemInfoTable(pw, memInfo, checkin, dumpFullInfo, dumpDalvik, Process.myPid(),
973 if (checkin) {
1853 // Formatting for checkin service - update version if row format changes
1860 public static void dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1865 // For checkin, we print one long comma-separated list of values
1866 if (checkin) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java3503 void dumpPackagesLPr(PrintWriter pw, String packageName, DumpState dumpState, boolean checkin) { argument
3514 if (!checkin && packageName != null) {
3518 if (!checkin && !printedSomething) {
3524 dumpPackageLPr(pw, " ", checkin ? "pkg" : null, ps, sdf, date, users);
3528 if (!checkin && mRenamedPackages.size() > 0) {
3534 if (!checkin) {
3546 pw.print(checkin ? " -> " : ",");
3558 if (!checkin && !printedSomething) {
3564 dumpPackageLPr(pw, " ", checkin ? "dis" : null, ps, sdf, date, users);
H A DPackageManagerService.java12271 boolean checkin = false;
12287 pw.println(" [-h] [-f] [--checkin] [cmd] ...");
12288 pw.println(" --checkin: dump for a checkin");
12309 } else if ("--checkin".equals(opt)) {
12310 checkin = true;
12369 if (checkin) {
12376 if (!checkin) {
12394 if (!checkin) {
12415 if (!checkin) {
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java1135 // usage: dumpsys netstats --full --uid --tag --poll --checkin
1137 final boolean checkin = argSet.contains("--checkin");
1151 if (checkin) {

Completed in 174 milliseconds