Home
last modified time | relevance | path

Searched refs:getActionLabel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java64 String getActionLabel() { in getActionLabel() method in SnackBar.Action
249 public String getActionLabel() { in getActionLabel() method in SnackBar
253 return mAction.getActionLabel(); in getActionLabel()
293 mActionTextView.setText(mAction.getActionLabel()); in setUpButton()
DSnackBarManager.java216 final String snackBarActionText = snackBar.getActionLabel(); in show()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsFragment.java323 if (emptyContentView.getActionLabel() == R.string.permission_single_turn_on) { in onEmptyViewActionButtonClicked()
335 } else if (emptyContentView.getActionLabel() in onEmptyViewActionButtonClicked()
/packages/apps/Dialer/java/com/android/dialer/widget/
DEmptyContentView.java105 public @StringRes int getActionLabel() { in getActionLabel() method in EmptyContentView