Searched refs:getButtonLabel (Results 1 – 5 of 5) sorted by relevance
73 public @StringRes int getButtonLabel() { in getButtonLabel() method in ShowInProviderAction
74 public @StringRes int getButtonLabel() { in getButtonLabel() method in ClearDefaultAppAction
58 public abstract @StringRes int getButtonLabel(); in getButtonLabel() method in Action
79 mActionButton.setContentDescription(mContext.getString(action.getButtonLabel())); in init()
246 CharSequence displayText = mActivity.getText(getButtonLabel(certHolder)); in updateNegativeButton()325 private static int getButtonLabel(CertHolder certHolder) { in getButtonLabel() method in TrustedCredentialsDialogBuilder.DialogEventHandler