HomeSort by relevance Sort by last modified time
    Searched defs:mAlertParams (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 28 * @see #mAlertParams
36 * @see #mAlertParams
43 protected AlertController.AlertParams mAlertParams;
50 mAlertParams = new AlertController.AlertParams(this);
70 * @see #mAlertParams
73 mAlertParams.apply(mAlert);
  /packages/apps/Mms/src/com/android/mms/ui/
WarnOfStorageLimitsActivity.java 38 * @see #mAlertParams
45 protected AlertController.AlertParams mAlertParams;
59 mAlertParams = new AlertController.AlertParams(this);
62 final AlertController.AlertParams p = mAlertParams;
103 * @see #mAlertParams
106 mAlertParams.apply(mAlert);

Completed in 199 milliseconds