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.
132 * The thread that invokes {@link AbstractThreadedSyncAdapter#onPerformSync}. It also acquires
133 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
163 AbstractThreadedSyncAdapter.this.onPerformSync(mAccount, mExtras,
207 public abstract void onPerformSync(Account account, Bundle extras, method in class:AbstractThreadedSyncAdapter

Completed in 71 milliseconds