Searched refs:setNegativeIcon (Results 1 – 4 of 4) sorted by relevance
96 public WearableDialogHelper setNegativeIcon(@DrawableRes int resId) { in setNegativeIcon() method in WearableDialogHelper103 public WearableDialogHelper setNegativeIcon(@Nullable Drawable icon) { in setNegativeIcon() method in WearableDialogHelper183 public DialogBuilder setNegativeIcon(@DrawableRes int iconId) { in setNegativeIcon() method in WearableDialogHelper.DialogBuilder184 mHelper.setNegativeIcon(iconId); in setNegativeIcon()188 public DialogBuilder setNegativeIcon(@Nullable Drawable icon) { in setNegativeIcon() method in WearableDialogHelper.DialogBuilder189 mHelper.setNegativeIcon(icon); in setNegativeIcon()
152 .setNegativeIcon(R.drawable.deny_button) in showDialog()
230 .setNegativeIcon(R.drawable.confirm_button) in showWarnRevokeDialog()
276 .setNegativeIcon(R.drawable.confirm_button) in showRevocationWarningDialog()