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.java656 P.mIsMultiChoice = true;
682 P.mIsMultiChoice = true;
711 P.mIsMultiChoice = true;
H A DAlertController.java791 public boolean mIsMultiChoice; field in class:AlertController.AlertParams
883 if (mIsMultiChoice) {
985 } else if (mIsMultiChoice) {
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java964 public boolean mIsMultiChoice; field in class:AlertController.AlertParams
1060 if (mIsMultiChoice) {
1162 } else if (mIsMultiChoice) {

Completed in 161 milliseconds