Searched refs:mIsSingleChoice (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/app/
H A DAlertDialog.java890 P.mIsSingleChoice = true;
916 P.mIsSingleChoice = true;
938 P.mIsSingleChoice = true;
960 P.mIsSingleChoice = true;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java938 public boolean mIsSingleChoice; field in class:AlertController.AlertParams
1078 if (mIsSingleChoice) {
1109 if (!mIsSingleChoice) {
1132 if (mIsSingleChoice) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java645 public boolean mIsSingleChoice; field in class:AlertController.AlertParams
782 int layout = mIsSingleChoice
808 if (!mIsSingleChoice) {
831 if (mIsSingleChoice) {
H A DAlertDialog.java693 P.mIsSingleChoice = true;
722 P.mIsSingleChoice = true;
748 P.mIsSingleChoice = true;
774 P.mIsSingleChoice = true;

Completed in 120 milliseconds