Searched refs:EXTRA_ACTIONS (Results 1 – 1 of 1) sorted by relevance
46 private static final String EXTRA_ACTIONS = "actions"; field in BaseActionFragment95 args.putParcelableArrayList(EXTRA_ACTIONS, actions); in buildArgs()105 ArrayList<Action> actions = savedInstanceState.getParcelableArrayList(EXTRA_ACTIONS); in onCreate()151 outState.putParcelableArrayList(EXTRA_ACTIONS, mAdapter.getActions()); in onSaveInstanceState()234 .getParcelableArrayList(EXTRA_ACTIONS); in loadActionsFromArgumentsIfNecessary()