Searched refs:mIsSingleChoice (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertDialog.java786 P.mIsSingleChoice = true;
812 P.mIsSingleChoice = true;
834 P.mIsSingleChoice = true;
856 P.mIsSingleChoice = true;
H A DAlertController.java900 public boolean mIsSingleChoice; field in class:AlertController.AlertParams
1038 if (mIsSingleChoice) {
1069 if (!mIsSingleChoice) {
1092 if (mIsSingleChoice) {
/frameworks/base/core/java/android/app/
H A DAlertDialog.java903 P.mIsSingleChoice = true;
929 P.mIsSingleChoice = true;
951 P.mIsSingleChoice = true;
973 P.mIsSingleChoice = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java92 p.mIsSingleChoice = true;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java998 public boolean mIsSingleChoice; field in class:AlertController.AlertParams
1139 if (mIsSingleChoice) {
1170 if (!mIsSingleChoice) {
1193 if (mIsSingleChoice) {

Completed in 84 milliseconds