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

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 63 boolean synced; field in class:SelectCalendarsSyncAdapter.CalendarRow
74 mSyncedString = res.getString(R.string.synced);
102 mData[p].synced = mChanges.get(id).synced;
104 mData[p].synced = mData[p].originalSynced;
121 boolean selected = mData[position].synced;
185 return mData[position].synced ? 1 : 0;
191 row.synced = !row.synced;
194 if (row.synced) {
    [all...]
SelectCalendarsSyncFragment.java 143 if (row.synced == row.originalSynced) {
152 int synced = row.synced ? 1 : 0; local
153 values.put(Calendars.SYNC_EVENTS, synced);
154 values.put(Calendars.VISIBLE, synced);
SelectSyncedCalendarsMultiAccountAdapter.java 71 // These track changes to the synced state of calendars
197 mSyncedText = context.getString(R.string.synced);
  /frameworks/base/services/common_time/
common_time_server_api.cpp 304 bool synced; local
308 synced = (OK == mCommonClock.localToCommon(localTime, &commonTime));
314 if (synced)
317 dump_printf("Common time : %s\n", "not synced");
324 if (synced) {
  /external/v8/test/mjsunit/regress/
regress-r4998.js 72 // so it is marked as synced
74 // claims that x7 is synced, and does not save the modified
  /external/llvm/test/MC/ARM/
diagnostics.s 75 @ Double-check that we're synced up with the right diagnostics.
  /external/webkit/Source/WebCore/page/
FrameView.cpp 744 bool synced = child->view()->syncCompositingStateForThisFrame(); local
745 allFramesSynced &= synced;
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 795 * msg: the actual message (e.g. "Synced to foo@gmail.com").
867 * has already been synced to an account.
    [all...]

Completed in 280 milliseconds