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.java670 int whichButtons = 0; in setupButtons() local
679 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()
691 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()
703 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()
711 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()
713 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()
715 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()
720 return whichButtons != 0; in setupButtons()