/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 102 In response to this message, call {@link android.content.ContentResolver#requestSync 103 ContentResolver.requestSync()} to signal the sync adapter framework to run your 124 {@link android.content.ContentResolver#requestSync requestSync()} in response to an 163 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null); 177 {@link android.content.ContentResolver#requestSync requestSync()} to tell the framework to run 185 {@link android.content.ContentResolver#requestSync requestSync()} when the data changes. 192 {@link android.content.ContentResolver#requestSync requestSync()} to start the sync adapter. 207 that calls {@link android.content.ContentResolver#requestSync requestSync()} when a table 253 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null); 446 {@link android.content.ContentResolver#requestSync ContentResolver.requestSync()}. [all …]
|
D | creating-sync-adapter.jd | 517 {@link android.content.ContentResolver#requestSync requestSync()} to run the 582 {@link android.content.ContentResolver#requestSync requestSync()}. To learn more about
|
/frameworks/base/core/java/android/content/ |
D | SyncActivityTooManyDeletes.java | 122 ContentResolver.requestSync(mAccount, mAuthority, extras); in startSyncReallyDelete() 131 ContentResolver.requestSync(mAccount, mAuthority, extras); in startSyncUndoDeletes()
|
D | IContentService.aidl | 58 void requestSync(in Account account, String authority, in Bundle extras); in requestSync() method
|
D | ContentResolver.java | 1743 requestSync(account, uri != null ? uri.getAuthority() : null, extras); in startSync() 1765 public static void requestSync(Account account, String authority, Bundle extras) { in requestSync() method in ContentResolver 1795 public static void requestSync(SyncRequest request) { in requestSync() method in ContentResolver
|
/frameworks/base/test-runner/src/android/test/ |
D | SyncBaseInstrumentation.java | 52 ContentResolver.requestSync(account, authority, extras); in syncProvider()
|
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
D | RequestSync.java | 83 ContentResolver.requestSync(account, mAuthority, mExtras); in run()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 669 requestSync(account, userId, SyncOperation.REASON_SYNC_AUTO, providerName, in setSyncAutomatically() 751 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle()); in setSyncableStateForEndPoint() 1033 requestSync(null, userId, SyncOperation.REASON_MASTER_SYNC_AUTO, null, in setMasterSyncAutomatically() 2680 private void requestSync(AuthorityInfo authorityInfo, int reason, Bundle extras) { in requestSync() method in SyncStorageEngine 2697 ContentResolver.requestSync(req.build()); in requestSync() 2701 private void requestSync(Account account, int userId, int reason, String authority, in requestSync() method in SyncStorageEngine 2714 ContentResolver.requestSync(account, authority, extras); in requestSync()
|
D | ContentService.java | 316 public void requestSync(Account account, String authority, Bundle extras) { in requestSync() method in ContentService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 869 ContentResolver.requestSync(account1, "", Bundle.EMPTY); in testExpectedIllegalArguments() 880 ContentResolver.requestSync(null, null, Bundle.EMPTY); in testExpectedIllegalArguments()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 179 …hould begin using the new {@link android.content.ContentResolver#requestSync requestSync()} method… 439 <p>The new {@link android.content.ContentResolver#requestSync requestSync()} method in {@link andro…
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 235 NO DOC BLOCK: android.content.ContentResolver Method requestSync(android.accounts.Account, java.lan…
|
/frameworks/base/api/ |
D | current.txt | 7007 …method public static void requestSync(android.accounts.Account, java.lang.String, android.os.Bundl… 7008 method public static void requestSync(android.content.SyncRequest);
|