Home
last modified time | relevance | path

Searched defs:stats1 (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
H A DTransportStatsTest.java91 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); in testMerge() local
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java187 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
211 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DNetworkStatsHistoryTest.java208 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local
233 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
/aosp12/system/core/storaged/tests/
H A Dstoraged_test.cpp195 struct disk_stats disk_stats_add(struct disk_stats stats1, struct disk_stats stats2) { in disk_stats_add()
213 void expect_increasing(struct disk_stats stats1, struct disk_stats stats2) { in expect_increasing()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiMetricsTest.java4077 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local
4107 WifiLinkLayerStats stats1 = nextRandomStats(createNewWifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local
4284 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadNotGeneratedGapLessThanMinimum() local
4323 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in testWifiUsabilityStatsLabelBadGeneratedGapLargerThanMinimum() local
4564 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local
4595 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyWifiDataStallUpdatesWifiUsabilityMetrics() local
5111 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyIpReachabilityLostUpdatesWifiUsabilityMetrics() local
5440 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local
5517 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DUsageStatsDatabaseTest.java329 void compareIntervalStats(IntervalStats stats1, IntervalStats stats2, int minVersion) { in compareIntervalStats()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryUsageStatsTest.java167 final BatteryUsageStats stats1 = buildBatteryUsageStats1(false).build(); in testAdd() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dif_packet.h94 struct tpacket_stats stats1; member
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1117 DismissedByUserStats stats1 = defaultStats(entry1); in testDismissNotificationsSentToSystemServer() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DPersistAtomsStorageTest.java1613 ImsRegistrationStats[] stats1 = mPersistAtomsStorage.getImsRegistrationStats(50L); in getImsRegistrationStats_withSavedAtoms() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java1764 private boolean isRatioAboveThreshold(NetworkConnectionStats stats1, in isRatioAboveThreshold()