Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DCustomDialogHelper.java44 @IntDef({ICON, TITLE, MESSAGE, LAYOUT, BACK_BUTTON, NEGATIVE_BUTTON, POSITIVE_BUTTON})
48 @IntDef({BACK_BUTTON, NEGATIVE_BUTTON, POSITIVE_BUTTON})
57 public static final int POSITIVE_BUTTON = 6; field in CustomDialogHelper
101 setButton(POSITIVE_BUTTON, resid, onClickListener); in setPositiveButton()
150 case POSITIVE_BUTTON : in setButton()
278 case POSITIVE_BUTTON: in setVisibility()