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 39 * @see #mAlertParams
46 protected AlertController.AlertParams mAlertParams;
62 mAlertParams = new AlertController.AlertParams(this);
65 final AlertController.AlertParams p = mAlertParams;
107 * @see #mAlertParams
110 mAlertParams.apply(mAlert);

Completed in 679 milliseconds