Searched refs:AlertParams (Results 1 – 12 of 12) sorted by relevance
48 protected AlertController.AlertParams mAlertParams;55 mAlertParams = new AlertController.AlertParams(this); in onCreate()
60 final AlertController.AlertParams p = mAlertParams; in onCreate()
88 final AlertController.AlertParams p = mAlertParams; in onCreate()
61 AlertController.AlertParams ap = mAlertParams; in initUi()
886 public static class AlertParams { class in AlertController942 public AlertParams(Context context) { in AlertParams() method in AlertController.AlertParams
54 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()
20 import com.android.internal.app.AlertController.AlertParams;303 AlertParams params = new AlertParams(mContext); in createDialog()1086 public GlobalActionsDialog(Context context, AlertParams params) {
372 private final AlertController.AlertParams P;394 P = new AlertController.AlertParams(new ContextThemeWrapper( in Builder()