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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java198 * Current version of checkin data format.
2949 * Dump a comma-separated line of values for terse checkin mode.
2967 * Dump a given timer stat for terse checkin mode.
3393 // with the old checkin format.
5550 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, argument
5552 if (!checkin) {
5569 if (checkin) {
5576 if (checkin) {
5584 if (checkin) {
5592 if (checkin) {
5930 dumpDurationSteps(PrintWriter pw, String prefix, String header, LevelStepTracker steps, boolean checkin) argument
6018 dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) argument
[all...]
/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl130 void dumpMemInfo(in ParcelFileDescriptor fd, in Debug.MemoryInfo mem, boolean checkin,
H A DActivityThread.java1097 public void dumpMemInfo(ParcelFileDescriptor pfd, Debug.MemoryInfo mem, boolean checkin, argument
1103 dumpMemInfo(pw, mem, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly, dumpUnreachable);
1110 private void dumpMemInfo(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1145 dumpMemInfoTable(pw, memInfo, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly,
1151 if (checkin) {
2223 // Formatting for checkin service - update version if row format changes
2230 public static void dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
2236 // For checkin, we print one long comma-separated list of values
2237 if (checkin) {
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java473 void checkin(final IndentingPrintWriter pw) { method in class:UserUsageStatsService
476 public boolean checkin(IntervalStats stats) {
H A DUsageStatsDatabase.java122 boolean checkin(IntervalStats stats); method in interface:UsageStatsDatabase.CheckinAction
126 * Calls {@link CheckinAction#checkin(IntervalStats)} on the given {@link CheckinAction}
128 * If any of the calls to {@link CheckinAction#checkin(IntervalStats)} returns false or throws
140 // We may have holes in the checkin (if there was an error)
158 if (!checkinAction.checkin(stats)) {
H A DUsageStatsService.java1172 if (argSet.contains("--checkin")) {
1173 mUserState.valueAt(i).checkin(idpw);
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java4915 DumpState dumpState, boolean checkin) {
4930 if (!checkin && packageName != null) {
4934 if (!checkin && !printedSomething) {
4940 dumpPackageLPr(pw, " ", checkin ? "pkg" : null, permissionNames, ps, sdf, date, users,
4951 if (!checkin) {
4963 pw.print(checkin ? " -> " : ",");
4975 if (!checkin && !printedSomething) {
4981 dumpPackageLPr(pw, " ", checkin ? "dis" : null, permissionNames, ps, sdf, date,
5041 DumpState dumpState, boolean checkin) {
5051 if (!checkin) {
4914 dumpPackagesLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
5040 dumpSharedUsersLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
[all...]
H A DPackageManagerService.java[all...]
H A DShortcutService.java3460 boolean checkin = false;
3468 checkin = true;
3470 } else if ("--checkin".equals(arg)) {
3471 checkin = true;
3490 if (checkin) {
3491 // Other flags are not supported for checkin.
3618 * Dumpsys for checkin.
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java1311 // usage: dumpsys netstats --full --uid --tag --poll --checkin
1313 final boolean checkin = argSet.contains("--checkin");
1333 if (checkin) {

Completed in 354 milliseconds