Lines Matching refs:requestSync
92 In response to this message, call {@link android.content.ContentResolver#requestSync
93 ContentResolver.requestSync()} to signal the sync adapter framework to run your
114 {@link android.content.ContentResolver#requestSync requestSync()} in response to an
153 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
167 {@link android.content.ContentResolver#requestSync requestSync()} to tell the framework to run
175 {@link android.content.ContentResolver#requestSync requestSync()} when the data changes.
182 {@link android.content.ContentResolver#requestSync requestSync()} to start the sync adapter.
197 that calls {@link android.content.ContentResolver#requestSync requestSync()} when a table
244 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
381 {@link android.content.ContentResolver#requestSync ContentResolver.requestSync()}.
406 {@link android.content.ContentResolver#requestSync requestSync()} in response to a button
436 * Respond to a button click by calling requestSync(). This is an
457 ContentResolver.requestSync(mAccount, AUTHORITY, settingsBundle);