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

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 55 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
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);
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 47 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
145 outState.putLong(BUNDLE_KEY_RESTORE_TIME, time);
SearchActivity.java 58 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
141 millis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
319 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
AllInOneActivity.java 91 private static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
333 timeMillis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
595 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
    [all...]

Completed in 1736 milliseconds