Searched refs:ACTION_DELETE (Results 1 – 1 of 1) sorted by relevance
55 private static final int ACTION_DELETE = 3; field in SeriesRecordingDetailsFragment176 ACTION_DELETE, in onCreateActionsAdapter()181 mActionsAdapter.set(ACTION_DELETE, mDeleteAction); in onCreateActionsAdapter()212 } else if (action.getId() == ACTION_DELETE) { in onCreateOnActionClickedListener()267 if (mActionsAdapter.lookup(ACTION_DELETE) == null) {268 mActionsAdapter.set(ACTION_DELETE, mDeleteAction);291 mActionsAdapter.clear(ACTION_DELETE);