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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java170 * Current version of checkin data format.
2457 * Dump a comma-separated line of values for terse checkin mode.
2482 * Dump a given timer stat for terse checkin mode.
2717 // with the old checkin format.
4273 public void printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, argument
4275 if (!checkin) {
4292 if (checkin) {
4299 if (checkin) {
4307 if (checkin) {
4315 if (checkin) {
4629 dumpDurationSteps(PrintWriter pw, String prefix, String header, LevelStepTracker steps, boolean checkin) argument
4717 dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) argument
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java105 boolean checkin(IntervalStats stats); method in interface:UsageStatsDatabase.CheckinAction
109 * Calls {@link CheckinAction#checkin(IntervalStats)} on the given {@link CheckinAction}
111 * If any of the calls to {@link CheckinAction#checkin(IntervalStats)} returns false or throws
123 // We may have holes in the checkin (if there was an error)
141 if (!checkinAction.checkin(stats)) {
H A DUserUsageStatsService.java537 void checkin(final IndentingPrintWriter pw, final long screenOnTime) { method in class:UserUsageStatsService
540 public boolean checkin(IntervalStats stats) {
H A DUsageStatsService.java976 if (argSet.contains("--checkin")) {
977 mUserState.valueAt(i).checkin(idpw, screenOnTime);
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java133 void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, boolean dumpInfo, argument
H A DApplicationThreadNative.java532 boolean checkin = data.readInt() != 0;
539 dumpMemInfo(fd.getFileDescriptor(), mi, checkin, dumpInfo,
1260 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
1267 data.writeInt(checkin ? 1 : 0);
H A DActivityThread.java973 public void dumpMemInfo(FileDescriptor fd, Debug.MemoryInfo mem, boolean checkin, argument
978 dumpMemInfo(pw, mem, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly);
984 private void dumpMemInfo(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1009 dumpMemInfoTable(pw, memInfo, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly,
1015 if (checkin) {
1946 // Formatting for checkin service - update version if row format changes
1953 public static void dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1959 // For checkin, we print one long comma-separated list of values
1960 if (checkin) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java1168 // usage: dumpsys netstats --full --uid --tag --poll --checkin
1170 final boolean checkin = argSet.contains("--checkin");
1184 if (checkin) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java14766 boolean checkin = false;
14783 pw.println(" [-h] [-f] [--checkin] [cmd] ...");
14784 pw.println(" --checkin: dump for a checkin");
14809 } else if ("--checkin".equals(opt)) {
14810 checkin = true;
14911 if (checkin) {
14918 if (!checkin) {
14927 if (!checkin) {
14946 if (!checkin) {
[all...]
H A DSettings.java4227 DumpState dumpState, boolean checkin) {
4242 if (!checkin && packageName != null) {
4246 if (!checkin && !printedSomething) {
4252 dumpPackageLPr(pw, " ", checkin ? "pkg" : null, permissionNames, ps, sdf, date, users,
4263 if (!checkin) {
4275 pw.print(checkin ? " -> " : ",");
4287 if (!checkin && !printedSomething) {
4293 dumpPackageLPr(pw, " ", checkin ? "dis" : null, permissionNames, ps, sdf, date,
4343 DumpState dumpState, boolean checkin) {
4353 if (!checkin) {
4226 dumpPackagesLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
4342 dumpSharedUsersLPr(PrintWriter pw, String packageName, ArraySet<String> permissionNames, DumpState dumpState, boolean checkin) argument
[all...]

Completed in 250 milliseconds