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

/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) {
/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/pm/
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...]
/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...]

Completed in 248 milliseconds