Searched refs:defaultActions (Results 1 – 2 of 2) sorted by relevance
269 String[] defaultActions = mContext.getResources().getStringArray( in createDialog() local273 for (int i = 0; i < defaultActions.length; i++) { in createDialog()274 String actionKey = defaultActions[i]; in createDialog()
572 String[] defaultActions = getDefaultActions(); in createActionItems() local586 for (int i = 0; i < defaultActions.length; i++) { in createActionItems()587 String actionKey = defaultActions[i]; in createActionItems()