Searched refs:defaultActions (Results 1 – 2 of 2) sorted by relevance
270 String[] defaultActions = mContext.getResources().getStringArray( in createDialog() local274 for (int i = 0; i < defaultActions.length; i++) { in createDialog()275 String actionKey = defaultActions[i]; in createDialog()
607 String[] defaultActions = getDefaultActions(); in createActionItems() local621 for (int i = 0; i < defaultActions.length; i++) { in createActionItems()622 String actionKey = defaultActions[i]; in createActionItems()