We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4bbb6a + db2990f commit 3a42323Copy full SHA for 3a42323
tests/DataIdleTest/src/com/android/tests/dataidle/DataIdleTest.java
@@ -72,6 +72,7 @@ public void testMobile() {
72
*/
73
private void fetchStats(NetworkTemplate template) {
74
try {
75
+ mStatsService.forceUpdate();
76
NetworkStats stats = mStatsService.getSummaryForAllUid(template, Long.MIN_VALUE,
77
Long.MAX_VALUE, false);
78
reportStats(stats);
0 commit comments