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

  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 51 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
117 millis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
207 outState.putLong(BUNDLE_KEY_RESTORE_TIME, firstVisibleTime);
CalendarActivity.java 51 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
135 time.set(savedInstanceState.getLong(BUNDLE_KEY_RESTORE_TIME));
178 outState.putLong(BUNDLE_KEY_RESTORE_TIME, getSelectedTimeInMillis());

Completed in 431 milliseconds