Searched refs:onPerformSync (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java32 * will be started to run the operation and {@link #onPerformSync} will be invoked on that thread.
133 * The thread that invokes {@link AbstractThreadedSyncAdapter#onPerformSync}. It also acquires
134 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
164 AbstractThreadedSyncAdapter.this.onPerformSync(mAccount, mExtras,
208 public abstract void onPerformSync(Account account, Bundle extras, method in class:AbstractThreadedSyncAdapter

Completed in 45 milliseconds