Home
last modified time | relevance | path

Searched refs:allMetricsExpected (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveStatsTracker.java728 public boolean allMetricsExpected(DailykeepaliveInfoReported dailyKeepaliveInfoReported) { in allMetricsExpected() method in KeepaliveStatsTracker
766 if (!allMetricsExpected(dailyKeepaliveInfoReported)) { in writeAndResetMetrics()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DKeepaliveStatsTrackerTest.java1298 assertTrue(mKeepaliveStatsTracker.allMetricsExpected(dailyKeepaliveInfoReported)); in testWriteMetrics()
1309 assertFalse(mKeepaliveStatsTracker.allMetricsExpected(dailyKeepaliveInfoReported2)); in testWriteMetrics()