Home
last modified time | relevance | path

Searched refs:compareStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java755 public String compareStats(@NonNull NetworkStatsCollection a, in compareStats() method in NetworkStatsService.Dependencies
757 return NetworkStatsCollection.compareStats(a, b, allowKeyChange); in compareStats()
1485 final String error = mDeps.compareStats(migration.collection, legacyStats,
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java988 public static String compareStats(NetworkStatsCollection migrated, in compareStats() method in NetworkStatsCollection
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java500 public String compareStats(NetworkStatsCollection a, NetworkStatsCollection b, in compareStats() method in NetworkStatsServiceTest.TestDependencies