Searched refs:mIsMultiChoice (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAlertDialog.java811 P.mIsMultiChoice = true;
837 P.mIsMultiChoice = true;
866 P.mIsMultiChoice = true;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java604 P.mIsMultiChoice = true;
633 P.mIsMultiChoice = true;
667 P.mIsMultiChoice = true;
H A DAlertController.java644 public boolean mIsMultiChoice; field in class:AlertController.AlertParams
737 if (mIsMultiChoice) {
833 } else if (mIsMultiChoice) {
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java937 public boolean mIsMultiChoice; field in class:AlertController.AlertParams
1033 if (mIsMultiChoice) {
1134 } else if (mIsMultiChoice) {

Completed in 254 milliseconds