Searched refs:BUNDLE_KEY_START_MILLIS (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoActivity.java81 mStartMillis = icicle.getLong(EventInfoFragment.BUNDLE_KEY_START_MILLIS);
H A DEventInfoFragment.java129 protected static final String BUNDLE_KEY_START_MILLIS = "key_start_millis"; field in class:EventInfoFragment
922 mStartMillis = savedInstanceState.getLong(BUNDLE_KEY_START_MILLIS);
1155 outState.putLong(BUNDLE_KEY_START_MILLIS, mStartMillis);

Completed in 63 milliseconds