HomeSort by relevance Sort by last modified time
    Searched full:birthday (Results 1 - 25 of 38) 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 59 <!-- Dialog ID for the date picker in event (birthday) editors -->
strings.xml     [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/Contacts/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...]
VCardEntry.java 98 BIRTHDAY,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 264 * @return Default hour which should be used for birthday field.
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 701 // The store birthday we were given by the server. Contents are opaque to
784 // (Account) Store birthday is opaque to the client, so we keep it in the
785 // format it is in the proto buffer in case we switch to a binary birthday
    [all...]
  /external/replicaisland/res/values/
wanda.xml 132 So you met Kyle, huh? I told you he can be a bit of a jerk, right? He and I grew up together, and he?s always been kind of arrogant, but getting this assignment from Mr. Rokudou really pumped up his ego. He?s actually a really nice guy under those dark glasses. Last year he wrote me a song for my birthday, if you can believe that.
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
Tags.java     [all...]
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 573 // the store birthday.
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java     [all...]
  /external/zxing/core/
core.jar 
  /external/skia/emoji/
gmojiraw.txt     [all...]
  /packages/experimental/LoaderApp/res/values/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-en-rGB/
strings.xml     [all...]

Completed in 1506 milliseconds

1 2