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;
61 mAlertParams = new AlertController.AlertParams(this);
64 final AlertController.AlertParams p = mAlertParams;
105 * @see #mAlertParams
108 mAlertParams.apply(mAlert);

Completed in 64 milliseconds