Searched refs:getActionLabel (Results 1 – 4 of 4) sorted by relevance
64 String getActionLabel() { in getActionLabel() method in SnackBar.Action249 public String getActionLabel() { in getActionLabel() method in SnackBar253 return mAction.getActionLabel(); in getActionLabel()293 mActionTextView.setText(mAction.getActionLabel()); in setUpButton()
216 final String snackBarActionText = snackBar.getActionLabel(); in show()
323 if (emptyContentView.getActionLabel() == R.string.permission_single_turn_on) { in onEmptyViewActionButtonClicked()335 } else if (emptyContentView.getActionLabel() in onEmptyViewActionButtonClicked()
105 public @StringRes int getActionLabel() { in getActionLabel() method in EmptyContentView