Searched defs:BUNDLE_KEY_RESTORE_TIME (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java47 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in class:DayFragment
145 outState.putLong(BUNDLE_KEY_RESTORE_TIME, time);
H A DSearchActivity.java58 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in class:SearchActivity
141 millis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
319 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
H A DAllInOneActivity.java91 private static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in class:AllInOneActivity
333 timeMillis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
595 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java55 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in class:AgendaFragment
131 long prevTime = icicle.getLong(BUNDLE_KEY_RESTORE_TIME, -1);
258 outState.putLong(BUNDLE_KEY_RESTORE_TIME, timeToSave);
267 outState.putLong(BUNDLE_KEY_RESTORE_TIME, firstVisibleTime);

Completed in 174 milliseconds