Searched refs:AlertParams (Results 1 – 14 of 14) sorted by relevance
46 protected AlertController.AlertParams mAlertParams;53 mAlertParams = new AlertController.AlertParams(this); in onCreate()
88 final AlertController.AlertParams p = mAlertParams; in onCreate()
906 public static class AlertParams { class in AlertController962 public AlertParams(Context context) { in AlertParams() method in AlertController.AlertParams
54 final AlertController.AlertParams ap = mAlertParams; in onCreate()
48 final AlertController.AlertParams ap = mAlertParams; in onCreate()
70 final AlertController.AlertParams ap = mAlertParams; in onCreate()
66 final AlertController.AlertParams ap = mAlertParams; in onCreate()
83 final AlertController.AlertParams ap = mAlertParams; in onCreate()
261 private final AlertController.AlertParams P;280 P = new AlertController.AlertParams(new ContextThemeWrapper( in Builder()
613 public static class AlertParams { class in AlertController670 public AlertParams(Context context) { in AlertParams() method in AlertController.AlertParams
439 private final AlertController.AlertParams P;482 P = new AlertController.AlertParams(new ContextThemeWrapper( in Builder()
20 import com.android.internal.app.AlertController.AlertParams;308 AlertParams params = new AlertParams(mContext); in createDialog()1139 public GlobalActionsDialog(Context context, AlertParams params) {
2230 com.android.internal.app.AlertController$AlertParams