Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java751 int whichButtons = 0; in setupButtons() local
760 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()
772 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()
784 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()
792 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()
794 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()
796 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()
801 final boolean hasButtons = whichButtons != 0; in setupButtons()