Searched defs:cancelSync (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentResolver.java102 public void cancelSync(Uri uri) { method in class:BridgeContentResolver
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java34 * If a cancelSync() is received that matches an existing sync operation then the thread
186 public void cancelSync(ISyncContext syncContext) { method in class:AbstractThreadedSyncAdapter.ISyncAdapterImpl
H A DContentService.java253 public void cancelSync(Account account, String authority) { method in class:ContentService
H A DContentResolver.java1159 * @deprecated instead use {@link #cancelSync(android.accounts.Account, String)}
1162 public void cancelSync(Uri uri) { method in class:ContentResolver
1163 cancelSync(null /* all accounts */, uri != null ? uri.getAuthority() : null);
1174 public static void cancelSync(Account account, String authority) { method in class:ContentResolver
1176 getContentService().cancelSync(account, authority);

Completed in 97 milliseconds