Searched refs:syncRequests (Results 1 – 3 of 3) sorted by relevance
445 mShortTaskHandler.removeCallbacks(this::syncRequests); in syncRequestsAsync()446 mShortTaskHandler.post(this::syncRequests); in syncRequestsAsync()455 private void syncRequests() { in syncRequests() method in PackageWatchdog466 mHealthCheckController.syncRequests(packages); in syncRequests()
137 public void syncRequests(Set<String> newRequestedPackages) { in syncRequests() method in ExplicitHealthCheckController
912 public void syncRequests(Set<String> packages) { in syncRequests() method in PackageWatchdogTest.TestController