Searched refs:DUMP_VERBOSE (Results 1 – 2 of 2) sorted by relevance
6652 public static final int DUMP_VERBOSE = 1<<5; field in BatteryStats6675 (flags&DUMP_VERBOSE) != 0); in dumpHistoryLocked()6682 (flags&DUMP_VERBOSE) != 0); in dumpHistoryLocked()6688 (flags&DUMP_VERBOSE) != 0); in dumpHistoryLocked()6709 (flags&DUMP_VERBOSE) != 0); in dumpHistoryLocked()6721 (flags&DUMP_VERBOSE) != 0); in dumpHistoryLocked()6831 hprinter.printNextItem(pw, rec, baseTime, false, (flags&DUMP_VERBOSE) != 0); in dumpLocked()7609 (flags & DUMP_VERBOSE) != 0); in dumpProtoHistoryLocked()7616 (flags & DUMP_VERBOSE) != 0); in dumpProtoHistoryLocked()7622 (flags & DUMP_VERBOSE) != 0); in dumpProtoHistoryLocked()[all …]
1374 flags |= BatteryStats.DUMP_VERBOSE; in dump()