Searched refs:VALID_INTENT_ACTIONS (Results 1 – 1 of 1) sorted by relevance
107 private static final List<String> VALID_INTENT_ACTIONS = new ArrayList<String>() {{ field in ContactEditorBaseFragment599 if (VALID_INTENT_ACTIONS.contains(action)) { in validateAction()603 "Unknown action " + action + "; Supported actions: " + VALID_INTENT_ACTIONS); in validateAction()