HomeSort by relevance Sort by last modified time
    Searched refs:onPerformSync (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapterTest.java 78 mSyncAdapter.onPerformSync(TEST_ACCOUNT, new Bundle(),
94 mSyncAdapter.onPerformSync(TEST_ACCOUNT, extras,
127 mSyncAdapter.onPerformSync(TEST_ACCOUNT, new Bundle(),
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestSyncAdapter.java 49 public void onPerformSync(Account account, Bundle extras, String authority,
51 Log.v(TestauthConstants.LOG_TAG, "TestSyncAdapter.onPerformSync() account=" + account);
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 34 * will be started to run the operation and {@link #onPerformSync} will be invoked on that thread.
221 * The thread that invokes {@link AbstractThreadedSyncAdapter#onPerformSync}. It also acquires
222 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
259 AbstractThreadedSyncAdapter.this.onPerformSync(mAccount, mExtras,
305 public abstract void onPerformSync(Account account, Bundle extras,
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 42 // possible for that to be delayed if, in which case, a call to onPerformSync
44 // In onPerformSync, if we don't yet have our EasService, we will wait for up to 10
102 public void onPerformSync(final android.accounts.Account acct, final Bundle extras,
106 LogUtils.d(TAG, "onPerformSync email: %s, %s", acct.toString(), extras.toString());
108 LogUtils.i(TAG, "onPerformSync email: %s", extras.toString());
123 // There could be a timing issue with onPerformSync() being called and
126 "onPerformSync() - Could not find an Account, skipping email sync.");
135 LogUtils.d(TAG, "onPerformSync: mailbox push only");
140 LogUtils.e(TAG, re, "While trying to pushModify within onPerformSync");
153 LogUtils.e(TAG, e, "While trying to pushModify within onPerformSync");
    [all...]
CalendarSyncAdapterService.java 68 public void onPerformSync(android.accounts.Account acct, Bundle extras,
71 LogUtils.d(TAG, "onPerformSync calendar: %s, %s",
74 LogUtils.i(TAG, "onPerformSync calendar: %s", extras.toString());
84 // There could be a timing issue with onPerformSync() being called and
87 "onPerformSync() - Could not find an Account, skipping calendar sync.");
118 LogUtils.d(TAG, "onPerformSync calendar: mailbox push only");
124 LogUtils.e(TAG, re, "While trying to pushModify within onPerformSync");
138 LogUtils.e(TAG, e, "While trying to pushModify within onPerformSync");
142 LogUtils.d(TAG, "onPerformSync calendar: finished");
ContactsSyncAdapterService.java 68 public void onPerformSync(android.accounts.Account acct, Bundle extras,
71 LogUtils.d(TAG, "onPerformSync contacts starting %s, %s", acct.toString(),
74 LogUtils.i(TAG, "onPerformSync contacts starting %s", extras.toString());
84 // There could be a timing issue with onPerformSync() being called and
87 "onPerformSync() - Could not find an Account, skipping contacts sync.");
121 LogUtils.d(TAG, "onPerformSync email: mailbox push only");
127 LogUtils.e(TAG, re, "While trying to pushModify within onPerformSync");
141 LogUtils.e(TAG, e, "While trying to pushModify within onPerformSync");
145 LogUtils.d(TAG, "onPerformSync contacts: finished");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 67 public void onPerformSync(Account account, Bundle extras, String authority,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapter.java 57 public void onPerformSync(Account account, Bundle extras, String authority,
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 56 * <p>The system calls onPerformSync() via an RPC call through the IBinder object supplied by
135 public void onPerformSync(Account account, Bundle extras, String authority,
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 56 * <p>The system calls onPerformSync() via an RPC call through the IBinder object supplied by
135 public void onPerformSync(Account account, Bundle extras, String authority,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 56 * <p>The system calls onPerformSync() via an RPC call through the IBinder object supplied by
135 public void onPerformSync(Account account, Bundle extras, String authority,
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 63 public void onPerformSync(android.accounts.Account account, Bundle extras,
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1250 milliseconds