HomeSort by relevance Sort by last modified time
    Searched full:birthday (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 42 // Returns true on success. Also handles store birthday verification:
43 // session->status()->syncer_stuck_ is set true if the birthday is
44 // incorrect. A false value will always be returned if birthday is bad.
91 // Pull the birthday from the dir and put it into the msg.
100 // Verifies the store birthday, alerting/resetting as appropriate if there's a
syncer_proto_util.cc 103 // Birthday verification failures result in stopping sync and deleting
110 LOG(WARNING) << "Expected a birthday on first sync.";
114 VLOG(1) << "New store birthday: " << response->store_birthday();
121 LOG(WARNING) << "No birthday in server response?";
126 LOG(WARNING) << "Birthday changed, showing syncer stuck";
210 << "Must call AddRequestBirthday to set birthday.";
clear_data_command.cc 64 // response to a store birthday error from the server.
  /packages/apps/Contacts/res/values/
ids.xml 39 <!-- Dialog ID for the date picker in event (birthday) editors -->
strings.xml 535 <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 355 string birthday = dir->store_birthday(); local
356 if (!birthday.empty())
357 csm->set_store_birthday(birthday);
server_connection_manager.h 393 // Fills a ClientToServerMessage with the appropriate share and birthday
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 249 <Type type="birthday" maxOccurs="1" yearOptional="true" />
258 <Type type="birthday" maxOccurs="1" />
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 293 property.setValues("birthday");
295 BirthdayData birthdayData = new BirthdayData("birthday");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConstants.java 43 public static final String PROPERTY_BDAY = "BDAY"; // Birthday (3.0, 4.0)
VCardBuilder.java     [all...]