/frameworks/base/core/proto/android/server/ |
D | wirelesschargerdetector.proto | 47 // 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/ |
D | SharedLibraryUtils.java | 93 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/ |
D | ProcessCachedOptimizerRecord.java | 234 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/ |
D | UserDataRepositoryTest.java | 147 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/ |
D | PowerStatsCollector.java | 198 ArrayList<PowerStats> collected = new ArrayList<>(); in collectAndDump() local 199 Consumer<PowerStats> consumer = collected::add; in collectAndDump() 211 for (PowerStats stats : collected) { in collectAndDump()
|
D | BatteryStatsImpl.java | 9450 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/ |
D | motion_tool.proto | 104 // Polls collected motion trace data collected since the last PollTraceRequest (or the
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 531 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/ |
D | biometrics_atoms.proto | 80 // The ID of the biometric sensor whose properties are being collected.
|
/frameworks/proto_logging/stats/atoms/autofill/ |
D | autofill_extension_atoms.proto | 244 // Indicates the session that called this request was garbage collected
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 397 // List of hardware counters collected by the APF interpreter. 629 // The version number of the metrics events being collected.
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 348 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/ |
D | wifi_extension_atoms.proto | 732 …AVAILABLE = 3; // Measures actual performance based on a subset of data collected cellular data is…
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2699 // on battery and modem power stats are collected.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 8606 // 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 …]
|