Searched refs:cancelSync (Results 1 – 11 of 11) sorted by relevance
45 void cancelSync(ISyncContext syncContext); in cancelSync() method
58 void cancelSync(ISyncContext syncContext); in cancelSync() method
65 void cancelSync(in Account account, String authority, in ComponentName cname); in cancelSync() method
244 public void cancelSync(ISyncContext syncContext) { in cancelSync() method in AbstractThreadedSyncAdapter.ISyncAdapterImpl
2657 public void cancelSync(Uri uri) {2658 cancelSync(null /* all accounts */, uri != null ? uri.getAuthority() : null);2669 public static void cancelSync(Account account, String authority) {2671 getContentService().cancelSync(account, authority, null);2881 public static void cancelSync(SyncRequest request) {
83 ContentResolver.cancelSync(null /* all accounts */, null /* all authorities */); in cancelSyncsandDisableAutoSync()
117 public void cancelSync(Uri uri) { in cancelSync() method in BridgeContentResolver
622 public void cancelSync(Account account, String authority, ComponentName cname) { in cancelSync() method in ContentService
3047 currentSyncContext.mSyncAdapter.cancelSync(currentSyncContext); in handleSyncMessage()3717 activeSyncContext.mSyncAdapter.cancelSync(activeSyncContext); in runSyncFinishedOrCanceledH()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
5754 PLcom/android/server/content/ContentService;->cancelSync(Landroid/accounts/Account;Ljava/lang/Strin…