Searched defs:startSync (Results 1 – 3 of 3) sorted by relevance
222 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()234 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
359 private void requestOrCancelSyncForEnabledProviders(boolean startSync) { in requestOrCancelSyncForEnabledProviders()371 requestOrCancelSync(syncPref.getAccount(), syncPref.getAuthority(), startSync); in requestOrCancelSyncForEnabledProviders() local
180 void startSync(ScanResult scanResult, int skip, int timeout, in startSync() method in PeriodicScanManager