Home
last modified time | relevance | path

Searched refs:getButtonLabel (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java246 CharSequence displayText = mActivity.getText(getButtonLabel(certHolder)); in updateNegativeButton()
323 private static int getButtonLabel(CertHolder certHolder) { in getButtonLabel() method in TrustedCredentialsDialogBuilder.DialogEventHandler
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsDialogBuilder.java246 CharSequence displayText = mActivity.getText(getButtonLabel(certHolder)); in updateNegativeButton()
323 private static int getButtonLabel(CertHolder certHolder) { in getButtonLabel() method in TrustedCredentialsDialogBuilder.DialogEventHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
DShowInProviderAction.java72 public @StringRes int getButtonLabel() { in getButtonLabel() method in ShowInProviderAction
DClearDefaultAppAction.java74 public @StringRes int getButtonLabel() { in getButtonLabel() method in ClearDefaultAppAction
DAction.java58 public abstract @StringRes int getButtonLabel(); in getButtonLabel() method in Action
DActionView.java79 mActionButton.setContentDescription(mContext.getString(action.getButtonLabel())); in init()