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 31 * @see #mAlertParams
39 * @see #mAlertParams
46 protected AlertController.AlertParams mAlertParams;
53 mAlertParams = new AlertController.AlertParams(this);
91 * @see #mAlertParams
94 mAlert.installContent(mAlertParams);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiNoInternetDialog.java 128 final AlertController.AlertParams ap = mAlertParams;
182 Settings.Global.putString(mAlertParams.mContext.getContentResolver(),

Completed in 69 milliseconds