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

  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 45 : sync_everything(false),
109 // The SYNC_EVERYTHING case will set this to true.
249 service_->OnUserChoseDatatypes(configuration.sync_everything,
305 case SyncSetupWizard::SYNC_EVERYTHING:
309 return current_state_ == SyncSetupWizard::SYNC_EVERYTHING ||
319 return current_state_ == SyncSetupWizard::SYNC_EVERYTHING ||
348 state = SyncSetupWizard::SYNC_EVERYTHING;
350 case SyncSetupWizard::SYNC_EVERYTHING: {
sync_setup_wizard.cc 81 start_state == SYNC_EVERYTHING ||
sync_setup_wizard.h 26 SYNC_EVERYTHING,
sync_setup_wizard_unittest.cc 55 virtual void OnUserChoseDatatypes(bool sync_everything,
286 // SYNC_EVERYTHING.
287 EXPECT_EQ(SyncSetupWizard::SYNC_EVERYTHING,
420 EXPECT_EQ(SyncSetupWizard::SYNC_EVERYTHING,
profile_sync_service.h 214 // setup wizard. |sync_everything| represents whether they chose the
216 // and all data types will be synced. |sync_everything| means "sync all
218 virtual void OnUserChoseDatatypes(bool sync_everything,
249 // Shows the configure screen of the Sync setup wizard. If |sync_everything|
253 void ShowConfigure(gfx::NativeWindow parent_window, bool sync_everything);
profile_sync_service_harness.cc 164 // set sync_everything to true; otherwise, set it to false.
165 bool sync_everything = (synced_datatypes.size() == local
167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
sync_setup_flow.h 31 bool sync_everything; member in struct:SyncConfiguration
profile_sync_service.cc 719 gfx::NativeWindow parent_window, bool sync_everything) {
725 if (sync_everything)
726 wizard_.Step(SyncSetupWizard::SYNC_EVERYTHING);
844 void ProfileSyncService::OnUserChoseDatatypes(bool sync_everything,
852 sync_everything);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Settings.html 143 <A NAME="android.provider.Contacts.Settings.SYNC_EVERYTHING"></A>
144 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Settings.html#SYNC_EVERYTHING" target="_top"><code>SYNC_EVERYTHING</code></font></A></nobr> </TD>
fields_index_changes.html     [all...]
alldiffs_index_changes.html     [all...]
fields_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 64 if (!result->GetBoolean("keepEverythingSynced", &config->sync_everything))
  /frameworks/base/core/java/android/provider/
Contacts.java 181 public static final String SYNC_EVERYTHING = "syncEverything";
189 // the account name is, so we're using a global setting for SYNC_EVERYTHING.
224 // the account name is, so we're using a global setting for SYNC_EVERYTHING.
771 * Whether this group should be synced if the SYNC_EVERYTHING settings is false
    [all...]
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
user_comments_for_4_to_5.xml     [all...]

Completed in 967 milliseconds