Searched refs:EXTRA_ACTIONS (Results 1 – 2 of 2) 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()
84 private static final String EXTRA_ACTIONS = "actions"; field in WellbeingModel292 remoteActionBundle.getStringArray(EXTRA_ACTIONS)) { in updateActions()