1package androidx.appcompat.app; 2 3public class AlertDialog { 4 5 public static class Builder { 6 7 public Builder(Context context) { 8 } 9 10 public Builder(Context context, int themeOverrideId) { 11 } 12 } 13}