Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 15 of 15) 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/base/services/core/java/com/android/server/pm/
DSharedLibraryUtils.java93 ArrayList<SharedLibraryInfo> collected, Set<String> collectedNames) { in findSharedLibrariesRecursive() argument
96 collected.add(info); in findSharedLibrariesRecursive()
100 findSharedLibrariesRecursive(dep, collected, collectedNames); in findSharedLibrariesRecursive()
/frameworks/base/services/core/java/com/android/server/am/
DProcessCachedOptimizerRecord.java234 boolean collected = mHasCollectedFrozenPSS; in skipPSSCollectionBecauseFrozen()
245 return collected; in skipPSSCollectionBecauseFrozen()
248 void setHasCollectedFrozenPSS(boolean collected) { in setHasCollectedFrozenPSS() argument
249 mHasCollectedFrozenPSS = collected; in setHasCollectedFrozenPSS()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DUserDataRepositoryTest.java147 final var collected = new ArrayList<UserDataRepository.UserData>(); in collectUserData() local
149 repository.forAllUserData(userData -> collected.add(userData)); in collectUserData()
151 return collected; in collectUserData()
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsCollector.java198 ArrayList<PowerStats> collected = new ArrayList<>(); in collectAndDump() local
199 Consumer<PowerStats> consumer = collected::add; in collectAndDump()
211 for (PowerStats stats : collected) { in collectAndDump()
DBatteryStatsImpl.java9450 ArrayList<StopwatchTimer> collected = mBsi.mWifiBatchedScanTimers.get(i); in makeWifiBatchedScanBin()
9451 if (collected == null) { in makeWifiBatchedScanBin()
9452 collected = new ArrayList<StopwatchTimer>(); in makeWifiBatchedScanBin()
9453 mBsi.mWifiBatchedScanTimers.put(i, collected); in makeWifiBatchedScanBin()
9458 collected, mBsi.mOnBatteryTimeBase); in makeWifiBatchedScanBin()
9461 collected, mBsi.mOnBatteryTimeBase, in); in makeWifiBatchedScanBin()
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/proto/
Dmotion_tool.proto104 // Polls collected motion trace data collected since the last PollTraceRequest (or the
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java531 private final ArrayMap<Key, List<Uri>> collected = new ArrayMap<>(); field in ContentService.ObserverCollector
570 List<Uri> value = collected.get(key); in collect()
573 collected.put(key, value); in collect()
579 for (int i = 0; i < collected.size(); i++) { in dispatch()
580 final Key key = collected.keyAt(i); in dispatch()
581 final List<Uri> value = collected.valueAt(i); in dispatch()
/frameworks/proto_logging/stats/atoms/hardware/biometrics/
Dbiometrics_atoms.proto80 // The ID of the biometric sensor whose properties are being collected.
/frameworks/proto_logging/stats/atoms/autofill/
Dautofill_extension_atoms.proto244 // Indicates the session that called this request was garbage collected
/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/packages/SystemUI/docs/
Dqs-tiles.md348 The class provides a `Flow<List<TileSpec>>` for each user that can be collected to keep track of the
616 The class provides a `Flow<Set<TileSpec>>` for each user that can be collected to keep track of the
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto732 …AVAILABLE = 3; // Measures actual performance based on a subset of data collected cellular data is…
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2699 // on battery and modem power stats are collected.
/frameworks/proto_logging/stats/
Datoms.proto8606 // Total number of API calls we have data recorded for. If we collected data for all the calls,
8681 // collected data for all the messages, message_count will be equal to
8709 // collected data for all the messages, message_count will be equal to
16116 // Whether the data call is still connected when the atom is collected.
18727 // The process stack traces are not collected when the application was killed due to IO_OVERUSE.
19778 * This metric is collected at the end of playback
19878 * The metric is collected at the end of playback
19892 * This pulled atom is then collected in
21757 // The time duration (in seconds) over which this data was collected (most
22855 // collected.
[all …]