Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java735 public int getImportLegacyTargetAttempts() { in getImportLegacyTargetAttempts() method in NetworkStatsService.Dependencies
1256 final int targetAttempts = mDeps.getImportLegacyTargetAttempts();
2933 pw.print(NETSTATS_IMPORT_LEGACY_TARGET_ATTEMPTS, mDeps.getImportLegacyTargetAttempts());
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java490 public int getImportLegacyTargetAttempts() { in getImportLegacyTargetAttempts() method in NetworkStatsServiceTest.TestDependencies