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/
SearchActivity.java 56 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
126 millis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
289 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
DayFragment.java 47 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
145 outState.putLong(BUNDLE_KEY_RESTORE_TIME, time);
AllInOneActivity.java 87 private static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
297 timeMillis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME);
557 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime());
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 55 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
124 long prevTime = icicle.getLong(BUNDLE_KEY_RESTORE_TIME, -1);
223 outState.putLong(BUNDLE_KEY_RESTORE_TIME, firstVisibleTime);

Completed in 183 milliseconds