Searched defs:startSync (Results 1 – 4 of 4) sorted by relevance
206 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()218 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
343 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()355 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
180 void startSync(ScanResult scanResult, int skip, int timeout, in startSync() method in PeriodicScanManager