HomeSort by relevance Sort by last modified time
    Searched full:syncadapters (Results 1 - 12 of 12) sorted by null

  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 191 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
201 for (int j = 0; j < syncAdapters.length; j++) {
202 SyncAdapterType sa = syncAdapters[j];
203 if (syncAdapters[j].accountType.equals(mAccountType)
228 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
230 for (int k = 0, n = syncAdapters.length; k < n; k++) {
231 final SyncAdapterType sa = syncAdapters[k];
277 Log.v(TAG, "no syncadapters found for " + account);
AccountPreferenceBase.java 120 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
121 for (int i = 0, n = syncAdapters.length; i < n; i++) {
122 final SyncAdapterType sa = syncAdapters[i];
ChooseAccountActivity.java 171 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
172 for (int i = 0, n = syncAdapters.length; i < n; i++) {
173 final SyncAdapterType sa = syncAdapters[i];
AccountSyncSettings.java 448 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypes();
451 for (int i = 0, n = syncAdapters.length; i < n; i++) {
452 final SyncAdapterType sa = syncAdapters[i];
  /frameworks/base/core/java/android/content/
IContentService.aidl 126 * Returns the types of the SyncAdapters that are registered with the system.
127 * @return Returns the types of the SyncAdapters that are registered with the system.
AbstractThreadedSyncAdapter.java 69 * to true and if true an upload-only sync will be requested for all syncadapters associated
ContentResolver.java     [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncQueue.java 55 final SyncAdaptersCache syncAdapters) {
58 mSyncAdapters = syncAdapters;
ContentService.java 353 * Get information about the SyncAdapters that are known to the system.
354 * @return an array of SyncAdapters that have registered with the system
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java 189 return "com.google.android.syncadapters.contacts." +
195 return "com.google.android.syncadapters.contacts";
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 567 final String googleSync = "com.google.android.syncadapters.contacts";
  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd 46 <a href="#SyncAdapters">Contacts Provider Sync Adapters</a>
551 <a href="#SyncAdapters">Contacts Provider Sync Adapters</a>.
    [all...]

Completed in 134 milliseconds