Searched refs:BUNDLE_KEY_RESTORE_TIME (Results 1 – 4 of 4) sorted by relevance
55 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in AgendaFragment131 long prevTime = icicle.getLong(BUNDLE_KEY_RESTORE_TIME, -1); in onCreate()258 outState.putLong(BUNDLE_KEY_RESTORE_TIME, timeToSave); in onSaveInstanceState()267 outState.putLong(BUNDLE_KEY_RESTORE_TIME, firstVisibleTime); in onSaveInstanceState()
58 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in SearchActivity141 millis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME); in onCreate()319 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime()); in onSaveInstanceState()
47 protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in DayFragment145 outState.putLong(BUNDLE_KEY_RESTORE_TIME, time); in onSaveInstanceState()
91 private static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time"; field in AllInOneActivity333 timeMillis = icicle.getLong(BUNDLE_KEY_RESTORE_TIME); in onCreate()595 outState.putLong(BUNDLE_KEY_RESTORE_TIME, mController.getTime()); in onSaveInstanceState()