Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/proto/android/server/
Dwirelesschargerdetector.proto47 // The total number of samples collected.
49 // The number of samples collected that showed evidence of not being at rest.
51 // The value of the first sample that was collected.
53 // The value of the last sample that was collected.
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java253 boolean collected = sNativeAllocations.removeIf(e -> e.mReferent.get() == null); in markAsNativeAllocation()
254 if (Debug.DEBUG && collected) { in markAsNativeAllocation()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java511 private final ArrayMap<Key, List<Uri>> collected = new ArrayMap<>(); field in ContentService.ObserverCollector
550 List<Uri> value = collected.get(key); in collect()
553 collected.put(key, value); in collect()
559 for (int i = 0; i < collected.size(); i++) { in dispatch()
560 final Key key = collected.keyAt(i); in dispatch()
561 final List<Uri> value = collected.valueAt(i); in dispatch()
/frameworks/base/startop/scripts/iorap/
Dcollector25 Runs an application, causes an iorap trace to be collected for it, and then invokes the iorap
/frameworks/base/proto/src/
Dipconnectivity.proto397 // List of hardware counters collected by the APF interpreter.
629 // The version number of the metrics events being collected.
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java8369 ArrayList<StopwatchTimer> collected = mBsi.mWifiBatchedScanTimers.get(i); in makeWifiBatchedScanBin()
8370 if (collected == null) { in makeWifiBatchedScanBin()
8371 collected = new ArrayList<StopwatchTimer>(); in makeWifiBatchedScanBin()
8372 mBsi.mWifiBatchedScanTimers.put(i, collected); in makeWifiBatchedScanBin()
8377 collected, mBsi.mOnBatteryTimeBase); in makeWifiBatchedScanBin()
8380 collected, mBsi.mOnBatteryTimeBase, in); in makeWifiBatchedScanBin()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2674 // on battery and modem power stats are collected.
/frameworks/proto_logging/stats/
Datoms.proto6704 // Total number of API calls we have data recorded for. If we collected data for all the calls,
6779 // collected data for all the messages, message_count will be equal to
6807 // collected data for all the messages, message_count will be equal to
13071 // Whether the data call is still connected when the atom is collected.
14922 // The process stack traces are not collected when the application was killed due to IO_OVERUSE.
15892 * This metric is collected at the end of playback
15992 * The metric is collected at the end of playback
16006 * This pulled atom is then collected in
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java12991 ArrayList<SharedLibraryInfo> collected, Set<String> collectedNames) { in findSharedLibrariesRecursive() argument
12994 collected.add(info); in findSharedLibrariesRecursive()
12998 findSharedLibrariesRecursive(dep, collected, collectedNames); in findSharedLibrariesRecursive()