Searched refs:BUNDLE_KEY_RESTORE_INSTANCE_ID (Results 1 – 1 of 1) sorted by relevance
56 protected static final String BUNDLE_KEY_RESTORE_INSTANCE_ID = "key_restore_instance_id"; field in AgendaFragment153 long instanceId = savedInstanceState.getLong(BUNDLE_KEY_RESTORE_INSTANCE_ID, -1); in onCreateView()281 outState.putLong(BUNDLE_KEY_RESTORE_INSTANCE_ID, selectedInstance); in onSaveInstanceState()