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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java177 * Current version of checkin data format.
2617 * Dump a comma-separated line of values for terse checkin mode.
2635 * Dump a given timer stat for terse checkin mode.
3022 // with the old checkin format.
4629 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, argument
4631 if (!checkin) {
4648 if (checkin) {
4655 if (checkin) {
4663 if (checkin) {
4671 if (checkin) {
4995 dumpDurationSteps(PrintWriter pw, String prefix, String header, LevelStepTracker steps, boolean checkin) argument
5083 dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) argument
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java117 boolean checkin(IntervalStats stats); method in interface:UsageStatsDatabase.CheckinAction
121 * Calls {@link CheckinAction#checkin(IntervalStats)} on the given {@link CheckinAction}
123 * If any of the calls to {@link CheckinAction#checkin(IntervalStats)} returns false or throws
135 // We may have holes in the checkin (if there was an error)
153 if (!checkinAction.checkin(stats)) {
H A DUserUsageStatsService.java464 void checkin(final IndentingPrintWriter pw) { method in class:UserUsageStatsService
467 public boolean checkin(IntervalStats stats) {
H A DUsageStatsService.java1014 if (argSet.contains("--checkin")) {
1015 mUserState.valueAt(i).checkin(idpw);
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java547 boolean checkin = data.readInt() != 0;
555 dumpMemInfo(fd.getFileDescriptor(), mi, checkin, dumpInfo,
1332 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
1340 data.writeInt(checkin ? 1 : 0);
H A DIApplicationThread.java140 void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, boolean dumpInfo, argument
H A DActivityThread.java1016 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
1022 dumpMemInfo(pw, mem, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly, dumpUnreachable);
1028 private void dumpMemInfo(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1053 dumpMemInfoTable(pw, memInfo, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly,
1059 if (checkin) {
2093 // Formatting for checkin service - update version if row format changes
2100 public static void dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
2106 // For checkin, we print one long comma-separated list of values
2107 if (checkin) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java1217 // usage: dumpsys netstats --full --uid --tag --poll --checkin
1219 final boolean checkin = argSet.contains("--checkin");
1233 if (checkin) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java18179 boolean checkin = false;
18196 pw.println(" [-h] [-f] [--checkin] [cmd] ...");
18197 pw.println(" --checkin: dump for a checkin");
18223 } else if ("--checkin".equals(opt)) {
18224 checkin = true;
18351 if (checkin) {
18358 if (!checkin) {
18367 if (!checkin) {
18389 if (!checkin) {
[all...]
H A DSettings.java4599 DumpState dumpState, boolean checkin) {
4614 if (!checkin && packageName != null) {
4618 if (!checkin && !printedSomething) {
4624 dumpPackageLPr(pw, " ", checkin ? "pkg" : null, permissionNames, ps, sdf, date, users,
4635 if (!checkin) {
4647 pw.print(checkin ? " -> " : ",");
4659 if (!checkin && !printedSomething) {
4665 dumpPackageLPr(pw, " ", checkin ? "dis" : null, permissionNames, ps, sdf, date,
4715 DumpState dumpState, boolean checkin) {
4725 if (!checkin) {
4598 dumpPackagesLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
4714 dumpSharedUsersLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
[all...]

Completed in 530 milliseconds