/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/ |
D | ServiceStateAnalyticsProviderTest.java | 308 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testTotalUpTimeThroughAggregate() 321 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testTotalUpTimeWhenCursorNullThroughAggregate() 335 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testTotalUpTimeWhenCursorInvalidThroughAggregate() 359 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationThroughAggregate() 382 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationWhenCursorNullThroughAggregate() 403 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationWhenCursorInvalidThroughAggregate() 468 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationByReasonWhenValid() 497 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationByReasonWhenNoDataInCursor() 522 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationByReasonWhenReasonIndexInvalid() 547 ArrayList<String> actual = mServiceStateAnalyticsProvider.aggregate(); in testOutOfServiceDurationByReasonWhenTimeIndexInvalid() [all …]
|
D | CallAnalyticsProviderTest.java | 143 ArrayList<String> actual = mCallAnalyticsProvider.aggregate(); in testAggregate() 184 ArrayList<String> actual = mCallAnalyticsProvider.aggregate(); in testGetMaxFailureVersion()
|
D | SmsMmsAnalyticsProviderTest.java | 353 ArrayList<String> received = smsMmsAnalyticsProvider.aggregate(); in testAggregate()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 157 sp<ABuffer> aggregate; in aggregateBuffer() local 162 aggregate = mAggregateBuffer; in aggregateBuffer() 164 return aggregate; in aggregateBuffer() 191 aggregate = mAggregateBuffer; in aggregateBuffer() 208 aggregate = accessUnit; in aggregateBuffer() 211 return aggregate; in aggregateBuffer()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/ |
D | TelephonyAnalyticsProvider.java | 29 ArrayList<String> aggregate(); in aggregate() method
|
D | TelephonyAnalytics.java | 193 ArrayList<String> aggregatedCallInfo = mCallAnalyticsProvider.aggregate(); in dump() 199 ArrayList<String> aggregatedSmsMmsInfo = mSmsMmsAnalyticsProvider.aggregate(); in dump() 206 ArrayList<String> aggregatedServiceStateInfo = mServiceStateAnalyticsProvider.aggregate(); in dump()
|
D | ServiceStateAnalyticsProvider.java | 413 public ArrayList<String> aggregate() { in aggregate() method in ServiceStateAnalyticsProvider
|
D | SmsMmsAnalyticsProvider.java | 484 public ArrayList<String> aggregate() { in aggregate() method in SmsMmsAnalyticsProvider
|
D | CallAnalyticsProvider.java | 624 public ArrayList<String> aggregate() { in aggregate() method in CallAnalyticsProvider
|
/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
D | LocationEventLog.java | 103 CallerIdentity aggregate = CallerIdentity.forAggregation(identity); in getAggregateStats() local 104 AggregateStats stats = packageMap.get(aggregate); in getAggregateStats() 107 packageMap.put(aggregate, stats); in getAggregateStats() 126 CallerIdentity aggregate = CallerIdentity.forAggregation(identity); in getGnssMeasurementAggregateStats() local 127 GnssMeasurementAggregateStats stats = mGnssMeasAggregateStats.get(aggregate); in getGnssMeasurementAggregateStats() 130 mGnssMeasAggregateStats.put(aggregate, stats); in getGnssMeasurementAggregateStats()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLogger.kt | 156 .aggregate { in aggregateMemoryUsageData() 209 return@aggregate use in aggregateMemoryUsageData()
|
/frameworks/base/core/proto/android/service/ |
D | batterystats.proto | 26 // Dump of batterystats aggregate data (dumpsys batterystats --proto).
|
/frameworks/proto_logging/stats/atoms/autofill/ |
D | autofill_extension_atoms.proto | 59 // SessionId to aggregate requests within a session, and see overall 93 // SessionId to aggregate requests within a session, and see overall 163 // SessionId to aggregate requests within a session, and see overall
|
/frameworks/base/core/proto/android/os/ |
D | batteryusagestats.proto | 70 // of this data to aggregate values as needed.
|
/frameworks/proto_logging/stats/atoms/wearpas/ |
D | wearpas_extension_atoms.proto | 91 * A randomly selected suspend duration, to establish aggregate distributions
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 370 // Number of null aggregate reports that were generated as a result of this 371 // attribution. A null aggregate report is an aggregate report meant to 372 // obscure the true number of aggregate reports sent to consumers of the 373 // Attribution Reporting API. An aggregate report is an input to the Private 375 // attribution. Obscuring the true number of aggregate reports preserves
|
/frameworks/proto_logging/stats/atoms/credentials/ |
D | credentials_extension_atoms.proto | 126 * atom, especially with regards to the aggregate fields associated with 434 * utilize this as necessary so that aggregate info across *ALL* APIs can
|
/frameworks/proto_logging/stats/enums/adservices/common/ |
D | adservices_enums.proto | 365 // When encryption of aggregate report fails.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 325 public PulledStats remoteViewStats(long startMs, boolean aggregate) { in remoteViewStats() argument
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7936 * To avoid being broken by future slicing, callers must take care to aggregate rows even if they 7999 * To avoid being broken by future slicing, callers must take care to aggregate rows even if they 9616 // of this data to aggregate values as needed. 22364 // SessionId to aggregate requests within a session, and see overall
|